Html Css Color HEX #00755A Tropical Rain Forest

📋 copy color: '#00755A'

red 0 ◦ green 117 ◦ blue 90

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

Shades of Tropical Rain Forest #00755A

Tints of Tropical Rain Forest #00755A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.48%

R = 0%
G = 56.52%
B = 43.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#00755A (or 0x00755A) is known color: Tropical Rain Forest. HEX triplet: 00, 75 and 5A. RGB value is (0,117,90). Sum of RGB (Red+Green+Blue) = 0+117+90=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #00755A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00755A is #FF8AA5. Grayscale: #4E4E4E. Windows color (decimal): -16747174 or 5928192. OLE color: 5928192.

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

Color convert

RGB 0 117 90 -
CMYK 1 0 0.23 0.54
HSL 166.15º 1% 0.23% -
HSV(B) 166.15º 1% 0.46% -
XYZ 8.21 13.46 11.84 -
YUV 78.94 134.24 71.7 -
System Red Green Blue C M Y K H S L
Decimal 0 117 90 1 0 0.23 0.54 166.15 1 0.23
Hex 0 75 5A 64 0 17 36 A6 64 17
Octal 0 165 132 144 0 27 66 246 144 27
Binary 0 1110101 1011010 1100100 0 10111 110110 10100110 1100100 10111

Color Harmonies of #00755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00755A

Black with #00755A

Text Example


Text Example

White with #00755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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