Html Css Color HEX #00745A Tropical Rain Forest

📋 copy color: '#00745A'

red 0 ◦ green 116 ◦ blue 90

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

Shades of Tropical Rain Forest #00745A

Tints of Tropical Rain Forest #00745A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.31%

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

R = 0%
G = 56.31%
B = 43.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#00745A (or 0x00745A) is known color: Tropical Rain Forest. HEX triplet: 00, 74 and 5A. RGB value is (0,116,90). Sum of RGB (Red+Green+Blue) = 0+116+90=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #00745A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00745A is #FF8BA5. Grayscale: #4E4E4E. Windows color (decimal): -16747430 or 5927936. OLE color: 5927936.

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

Color convert

RGB 0 116 90 -
CMYK 1 0 0.22 0.55
HSL 166.55º 1% 0.23% -
HSV(B) 166.55º 1% 0.45% -
XYZ 8.09 13.23 11.8 -
YUV 78.35 134.57 72.11 -
System Red Green Blue C M Y K H S L
Decimal 0 116 90 1 0 0.22 0.55 166.55 1 0.23
Hex 0 74 5A 64 0 16 37 A7 64 17
Octal 0 164 132 144 0 26 67 247 144 27
Binary 0 1110100 1011010 1100100 0 10110 110111 10100111 1100100 10111

Color Harmonies of #00745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00745A

Black with #00745A

Text Example


Text Example

White with #00745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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