#00705A

Color #00705A Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #00705A

Tints of Tropical Rain Forest #00705A

Color information

#00705A (or 0x00705A) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 70 and 5A. RGB value is (0,112,90). Sum of RGB (Red+Green+Blue) = 0+112+90=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #00705A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00705A is #FF8FA5. Grayscale: #4B4B4B. Windows color (decimal): -16748454 or 5926912. OLE color: 5926912.

HSL color Cylindrical-coordinate representation of color #00705A: hue angle of 168.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00705A is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB011290-
CMYK100.200.56
HSL168.21º100%21.96%-
HSV(B)168.21º100%43.92%-
XYZ7.6412.3311.65-
YUV76135.8973.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 112 (44.14% from 255) = 55.45%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=0%
G=55.45%
B=44.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011290100.200.56168.2110021.96
Hex0705A6401438a86416
Octal01601321440247025014426
Binary011100001011010110010001010011100010101000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00705A; }

 p { color: rgb(0,112,90); }

 H1.HeaderClassName
 {
   color: #00705A;
 }
 .AnyTagClassName
 {
   color: #00705A;
 }
</style>
background-color css

<style>
 a { background-color: #00705A; }

 a { background-color: rgb(0,112,90); }

 div.DivClassName
 {
   background-color: #00705A;
 }
 .BgClassName
 {
   background-color: #00705A;
 }
</style>
border-color css

<style>
 span { border-color: #00705A; }

 span { border-color: rgb(0,112,90); }

 td.TdClassName
 {
   border-color: #00705A;
 }
 .TagClassName
 {
   border-color: #00705A;
 }
</style>