Html Css Color HEX #0F6D47 Jewel

📋 copy color: '#0F6D47'

red 15 ◦ green 109 ◦ blue 71

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

Shades of Jewel #0F6D47

Tints of Jewel #0F6D47

RGB

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

 GREEN value IS 109 (42.97% from 255) = 55.9%

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

R = 7.69%
G = 55.9%
B = 36.41%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#0F6D47 (or 0x0F6D47) is known color: Jewel. HEX triplet: 0F, 6D and 47. RGB value is (15,109,71). Sum of RGB (Red+Green+Blue) = 15+109+71=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 109 (42.97% from 255 or 55.90% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 109 - color contains mainly: green. Hex color #0F6D47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6D47 is #F092B8. Grayscale: #4C4C4C. Windows color (decimal): -15766201 or 4680975. OLE color: 4680975.

HSL color Cylindrical-coordinate representation of color #0F6D47: hue angle of 155.74º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6D47 is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB 15 109 71 -
CMYK 0.86 0 0.35 0.57
HSL 155.74º 0.76% 0.24% -
HSV(B) 155.74º 0.86% 0.43% -
XYZ 6.8 11.49 7.82 -
YUV 76.56 124.86 84.09 -
System Red Green Blue C M Y K H S L
Decimal 15 109 71 0.86 0 0.35 0.57 155.74 0.76 0.24
Hex F 6D 47 56 0 23 39 9C 4C 18
Octal 17 155 107 126 0 43 71 234 114 30
Binary 1111 1101101 1000111 1010110 0 100011 111001 10011100 1001100 11000

Color Harmonies of #0F6D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6D47

Black with #0F6D47

Text Example


Text Example

White with #0F6D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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