Html Css Color HEX #00755C Tropical Rain Forest

📋 copy color: '#00755C'

red 0 ◦ green 117 ◦ blue 92

#00755C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #00755C

Tints of Tropical Rain Forest #00755C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 117 (46.09% from 255) = 55.98%

 BLUE value IS 92 (36.33% from 255) = 44.02%

R = 0%
G = 55.98%
B = 44.02%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#00755C (or 0x00755C) is known color: Tropical Rain Forest. HEX triplet: 00, 75 and 5C. RGB value is (0,117,92). Sum of RGB (Red+Green+Blue) = 0+117+92=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #00755C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00755C is #FF8AA3. Grayscale: #4F4F4F. Windows color (decimal): -16747172 or 6059264. OLE color: 6059264.

HSL color Cylindrical-coordinate representation of color #00755C: hue angle of 167.18º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00755C is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 117 92 -
CMYK 1 0 0.21 0.54
HSL 167.18º 1% 0.23% -
HSV(B) 167.18º 1% 0.46% -
XYZ 8.29 13.5 12.29 -
YUV 79.17 135.24 71.53 -
System Red Green Blue C M Y K H S L
Decimal 0 117 92 1 0 0.21 0.54 167.18 1 0.23
Hex 0 75 5C 64 0 15 36 A7 64 17
Octal 0 165 134 144 0 25 66 247 144 27
Binary 0 1110101 1011100 1100100 0 10101 110110 10100111 1100100 10111

Color Harmonies of #00755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00755C

Black with #00755C

Text Example


Text Example

White with #00755C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00755C; }

 p { color: rgb(0,117,92); }

 H1.HeaderClassName
 {
   color: #00755C;
 }
 .AnyTagClassName
 {
   color: #00755C;
 }
</style>

background-color css

<style>
 a { background-color: #00755C; }

 a { background-color: rgb(0,117,92); }

 div.DivClassName
 {
   background-color: #00755C;
 }
 .BgClassName
 {
   background-color: #00755C;
 }
</style>

border-color css

<style>
 span { border-color: #00755C; }

 span { border-color: rgb(0,117,92); }

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