Html Css Color HEX #0F725B Tropical Rain Forest

📋 copy color: '#0F725B'

red 15 ◦ green 114 ◦ blue 91

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

Shades of Tropical Rain Forest #0F725B

Tints of Tropical Rain Forest #0F725B

RGB

 RED value IS 15 (6.25% from 255) = 6.82%

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

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

R = 6.82%
G = 51.82%
B = 41.36%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#0F725B (or 0x0F725B) is known color: Tropical Rain Forest. HEX triplet: 0F, 72 and 5B. RGB value is (15,114,91). Sum of RGB (Red+Green+Blue) = 15+114+91=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #0F725B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F725B is #F08DA4. Grayscale: #515151. Windows color (decimal): -15764901 or 5992975. OLE color: 5992975.

HSL color Cylindrical-coordinate representation of color #0F725B: hue angle of 166.06º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F725B is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 15 114 91 -
CMYK 0.87 0 0.20 0.55
HSL 166.06º 0.77% 0.25% -
HSV(B) 166.06º 0.87% 0.45% -
XYZ 8.1 12.89 11.96 -
YUV 81.78 133.2 80.37 -
System Red Green Blue C M Y K H S L
Decimal 15 114 91 0.87 0 0.20 0.55 166.06 0.77 0.25
Hex F 72 5B 57 0 14 37 A6 4D 19
Octal 17 162 133 127 0 24 67 246 115 31
Binary 1111 1110010 1011011 1010111 0 10100 110111 10100110 1001101 11001

Color Harmonies of #0F725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F725B

Black with #0F725B

Text Example


Text Example

White with #0F725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F725B; }

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

 H1.HeaderClassName
 {
   color: #0F725B;
 }
 .AnyTagClassName
 {
   color: #0F725B;
 }
</style>

background-color css

<style>
 a { background-color: #0F725B; }

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

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

border-color css

<style>
 span { border-color: #0F725B; }

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

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