Html Css Color HEX #0F7061 Tropical Rain Forest

📋 copy color: '#0F7061'

red 15 ◦ green 112 ◦ blue 97

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

Shades of Tropical Rain Forest #0F7061

Tints of Tropical Rain Forest #0F7061

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50%

 BLUE value IS 97 (38.28% from 255) = 43.3%

R = 6.7%
G = 50%
B = 43.3%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#0F7061 (or 0x0F7061) is known color: Tropical Rain Forest. HEX triplet: 0F, 70 and 61. RGB value is (15,112,97). Sum of RGB (Red+Green+Blue) = 15+112+97=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #0F7061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7061 is #F08F9E. Grayscale: #515151. Windows color (decimal): -15765407 or 6385679. OLE color: 6385679.

HSL color Cylindrical-coordinate representation of color #0F7061: hue angle of 170.72º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7061 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 112 97 -
CMYK 0.87 0 0.13 0.56
HSL 170.72º 0.76% 0.25% -
HSV(B) 170.72º 0.87% 0.44% -
XYZ 8.15 12.55 13.3 -
YUV 81.29 136.86 80.72 -
System Red Green Blue C M Y K H S L
Decimal 15 112 97 0.87 0 0.13 0.56 170.72 0.76 0.25
Hex F 70 61 57 0 D 38 AB 4C 19
Octal 17 160 141 127 0 15 70 253 114 31
Binary 1111 1110000 1100001 1010111 0 1101 111000 10101011 1001100 11001

Color Harmonies of #0F7061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7061

Black with #0F7061

Text Example


Text Example

White with #0F7061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,112,97); }

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

background-color css

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

 a { background-color: rgb(15,112,97); }

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

border-color css

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

 span { border-color: rgb(15,112,97); }

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