Html Css Color HEX #00755B Tropical Rain Forest

📋 copy color: '#00755B'

red 0 ◦ green 117 ◦ blue 91

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

Shades of Tropical Rain Forest #00755B

Tints of Tropical Rain Forest #00755B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.75%

R = 0%
G = 56.25%
B = 43.75%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#00755B (or 0x00755B) is known color: Tropical Rain Forest. HEX triplet: 00, 75 and 5B. RGB value is (0,117,91). Sum of RGB (Red+Green+Blue) = 0+117+91=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #00755B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00755B is #FF8AA4. Grayscale: #4F4F4F. Windows color (decimal): -16747173 or 5993728. OLE color: 5993728.

HSL color Cylindrical-coordinate representation of color #00755B: hue angle of 166.67º 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 #00755B is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 117 91 -
CMYK 1 0 0.22 0.54
HSL 166.67º 1% 0.23% -
HSV(B) 166.67º 1% 0.46% -
XYZ 8.25 13.48 12.06 -
YUV 79.05 134.74 71.61 -
System Red Green Blue C M Y K H S L
Decimal 0 117 91 1 0 0.22 0.54 166.67 1 0.23
Hex 0 75 5B 64 0 16 36 A7 64 17
Octal 0 165 133 144 0 26 66 247 144 27
Binary 0 1110101 1011011 1100100 0 10110 110110 10100111 1100100 10111

Color Harmonies of #00755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00755B

Black with #00755B

Text Example


Text Example

White with #00755B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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