Html Css Color HEX #00755E Tropical Rain Forest

📋 copy color: '#00755E'

red 0 ◦ green 117 ◦ blue 94

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

Shades of Tropical Rain Forest #00755E

Tints of Tropical Rain Forest #00755E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 44.55%

R = 0%
G = 55.45%
B = 44.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#00755E (or 0x00755E) is known color: Tropical Rain Forest. HEX triplet: 00, 75 and 5E. RGB value is (0,117,94). Sum of RGB (Red+Green+Blue) = 0+117+94=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 117 (46.09% from 255 or 55.45% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 117 - color contains mainly: green. Hex color #00755E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00755E is #FF8AA1. Grayscale: #4F4F4F. Windows color (decimal): -16747170 or 6190336. OLE color: 6190336.

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

Color convert

RGB 0 117 94 -
CMYK 1 0 0.20 0.54
HSL 168.21º 1% 0.23% -
HSV(B) 168.21º 1% 0.46% -
XYZ 8.38 13.53 12.76 -
YUV 79.4 136.24 71.37 -
System Red Green Blue C M Y K H S L
Decimal 0 117 94 1 0 0.20 0.54 168.21 1 0.23
Hex 0 75 5E 64 0 14 36 A8 64 17
Octal 0 165 136 144 0 24 66 250 144 27
Binary 0 1110101 1011110 1100100 0 10100 110110 10101000 1100100 10111

Color Harmonies of #00755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00755E

Black with #00755E

Text Example


Text Example

White with #00755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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