Html Css Color HEX #0F725D Tropical Rain Forest

📋 copy color: '#0F725D'

red 15 ◦ green 114 ◦ blue 93

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

Shades of Tropical Rain Forest #0F725D

Tints of Tropical Rain Forest #0F725D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.89%

R = 6.76%
G = 51.35%
B = 41.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#0F725D (or 0x0F725D) is known color: Tropical Rain Forest. HEX triplet: 0F, 72 and 5D. RGB value is (15,114,93). Sum of RGB (Red+Green+Blue) = 15+114+93=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #0F725D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F725D is #F08DA2. Grayscale: #515151. Windows color (decimal): -15764899 or 6124047. OLE color: 6124047.

HSL color Cylindrical-coordinate representation of color #0F725D: hue angle of 167.27º 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 #0F725D is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 15 114 93 -
CMYK 0.87 0 0.18 0.55
HSL 167.27º 0.77% 0.25% -
HSV(B) 167.27º 0.87% 0.45% -
XYZ 8.19 12.93 12.42 -
YUV 82.01 134.2 80.21 -
System Red Green Blue C M Y K H S L
Decimal 15 114 93 0.87 0 0.18 0.55 167.27 0.77 0.25
Hex F 72 5D 57 0 12 37 A7 4D 19
Octal 17 162 135 127 0 22 67 247 115 31
Binary 1111 1110010 1011101 1010111 0 10010 110111 10100111 1001101 11001

Color Harmonies of #0F725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F725D

Black with #0F725D

Text Example


Text Example

White with #0F725D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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