Html Css Color HEX #00725B Tropical Rain Forest

📋 copy color: '#00725B'

red 0 ◦ green 114 ◦ blue 91

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

Shades of Tropical Rain Forest #00725B

Tints of Tropical Rain Forest #00725B

RGB

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

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

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

R = 0%
G = 55.61%
B = 44.39%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#00725B (or 0x00725B) is known color: Tropical Rain Forest. HEX triplet: 00, 72 and 5B. RGB value is (0,114,91). Sum of RGB (Red+Green+Blue) = 0+114+91=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #00725B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00725B is #FF8DA4. Grayscale: #4D4D4D. Windows color (decimal): -16747941 or 5992960. OLE color: 5992960.

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

Color convert

RGB 0 114 91 -
CMYK 1 0 0.20 0.55
HSL 167.89º 1% 0.22% -
HSV(B) 167.89º 1% 0.45% -
XYZ 7.91 12.79 11.95 -
YUV 77.29 135.73 72.87 -
System Red Green Blue C M Y K H S L
Decimal 0 114 91 1 0 0.20 0.55 167.89 1 0.22
Hex 0 72 5B 64 0 14 37 A8 64 16
Octal 0 162 133 144 0 24 67 250 144 26
Binary 0 1110010 1011011 1100100 0 10100 110111 10101000 1100100 10110

Color Harmonies of #00725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00725B

Black with #00725B

Text Example


Text Example

White with #00725B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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