Html Css Color HEX #0F715D Tropical Rain Forest

📋 copy color: '#0F715D'

red 15 ◦ green 113 ◦ blue 93

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

Shades of Tropical Rain Forest #0F715D

Tints of Tropical Rain Forest #0F715D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.13%

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

R = 6.79%
G = 51.13%
B = 42.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#0F715D (or 0x0F715D) is known color: Tropical Rain Forest. HEX triplet: 0F, 71 and 5D. RGB value is (15,113,93). Sum of RGB (Red+Green+Blue) = 15+113+93=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #0F715D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F715D is #F08EA2. Grayscale: #515151. Windows color (decimal): -15765155 or 6123791. OLE color: 6123791.

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

Color convert

RGB 15 113 93 -
CMYK 0.87 0 0.18 0.56
HSL 167.76º 0.77% 0.25% -
HSV(B) 167.76º 0.87% 0.44% -
XYZ 8.08 12.7 12.38 -
YUV 81.42 134.53 80.63 -
System Red Green Blue C M Y K H S L
Decimal 15 113 93 0.87 0 0.18 0.56 167.76 0.77 0.25
Hex F 71 5D 57 0 12 38 A8 4D 19
Octal 17 161 135 127 0 22 70 250 115 31
Binary 1111 1110001 1011101 1010111 0 10010 111000 10101000 1001101 11001

Color Harmonies of #0F715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F715D

Black with #0F715D

Text Example


Text Example

White with #0F715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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