Html Css Color HEX #0F6F47 Jewel

📋 copy color: '#0F6F47'

red 15 ◦ green 111 ◦ blue 71

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

Shades of Jewel #0F6F47

Tints of Jewel #0F6F47

RGB

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

 GREEN value IS 111 (43.75% from 255) = 56.35%

 BLUE value IS 71 (28.13% from 255) = 36.04%

R = 7.61%
G = 56.35%
B = 36.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#0F6F47 (or 0x0F6F47) is known color: Jewel. HEX triplet: 0F, 6F and 47. RGB value is (15,111,71). Sum of RGB (Red+Green+Blue) = 15+111+71=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #0F6F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6F47 is #F090B8. Grayscale: #4D4D4D. Windows color (decimal): -15765689 or 4681487. OLE color: 4681487.

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

Color convert

RGB 15 111 71 -
CMYK 0.86 0 0.36 0.56
HSL 155º 0.76% 0.25% -
HSV(B) 155º 0.86% 0.44% -
XYZ 7.02 11.93 7.89 -
YUV 77.74 124.2 83.25 -
System Red Green Blue C M Y K H S L
Decimal 15 111 71 0.86 0 0.36 0.56 155 0.76 0.25
Hex F 6F 47 56 0 24 38 9B 4C 19
Octal 17 157 107 126 0 44 70 233 114 31
Binary 1111 1101111 1000111 1010110 0 100100 111000 10011011 1001100 11001

Color Harmonies of #0F6F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6F47

Black with #0F6F47

Text Example


Text Example

White with #0F6F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,111,71); }

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

background-color css

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

 a { background-color: rgb(15,111,71); }

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

border-color css

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

 span { border-color: rgb(15,111,71); }

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