Html Css Color HEX #0F6947 Jewel

📋 copy color: '#0F6947'

red 15 ◦ green 105 ◦ blue 71

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

Shades of Jewel #0F6947

Tints of Jewel #0F6947

RGB

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

 GREEN value IS 105 (41.41% from 255) = 54.97%

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

R = 7.85%
G = 54.97%
B = 37.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#0F6947 (or 0x0F6947) is known color: Jewel. HEX triplet: 0F, 69 and 47. RGB value is (15,105,71). Sum of RGB (Red+Green+Blue) = 15+105+71=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #0F6947 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6947 is #F096B8. Grayscale: #4A4A4A. Windows color (decimal): -15767225 or 4679951. OLE color: 4679951.

HSL color Cylindrical-coordinate representation of color #0F6947: hue angle of 157.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6947 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB 15 105 71 -
CMYK 0.86 0 0.32 0.59
HSL 157.33º 0.75% 0.24% -
HSV(B) 157.33º 0.86% 0.41% -
XYZ 6.39 10.66 7.68 -
YUV 74.21 126.18 85.76 -
System Red Green Blue C M Y K H S L
Decimal 15 105 71 0.86 0 0.32 0.59 157.33 0.75 0.24
Hex F 69 47 56 0 20 3B 9D 4B 18
Octal 17 151 107 126 0 40 73 235 113 30
Binary 1111 1101001 1000111 1010110 0 100000 111011 10011101 1001011 11000

Color Harmonies of #0F6947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6947

Black with #0F6947

Text Example


Text Example

White with #0F6947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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