Html Css Color HEX #00725A Tropical Rain Forest

📋 copy color: '#00725A'

red 0 ◦ green 114 ◦ blue 90

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

Shades of Tropical Rain Forest #00725A

Tints of Tropical Rain Forest #00725A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 55.88%

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

R = 0%
G = 55.88%
B = 44.12%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#00725A (or 0x00725A) is known color: Tropical Rain Forest. HEX triplet: 00, 72 and 5A. RGB value is (0,114,90). Sum of RGB (Red+Green+Blue) = 0+114+90=204 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #00725A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00725A is #FF8DA5. Grayscale: #4D4D4D. Windows color (decimal): -16747942 or 5927424. OLE color: 5927424.

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

Color convert

RGB 0 114 90 -
CMYK 1 0 0.21 0.55
HSL 167.37º 1% 0.22% -
HSV(B) 167.37º 1% 0.45% -
XYZ 7.86 12.77 11.72 -
YUV 77.18 135.23 72.95 -
System Red Green Blue C M Y K H S L
Decimal 0 114 90 1 0 0.21 0.55 167.37 1 0.22
Hex 0 72 5A 64 0 15 37 A7 64 16
Octal 0 162 132 144 0 25 67 247 144 26
Binary 0 1110010 1011010 1100100 0 10101 110111 10100111 1100100 10110

Color Harmonies of #00725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00725A

Black with #00725A

Text Example


Text Example

White with #00725A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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