Html Css Color HEX #0F6F49 Jewel

📋 copy color: '#0F6F49'

red 15 ◦ green 111 ◦ blue 73

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

Shades of Jewel #0F6F49

Tints of Jewel #0F6F49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 36.68%

R = 7.54%
G = 55.78%
B = 36.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#0F6F49 (or 0x0F6F49) is known color: Jewel. HEX triplet: 0F, 6F and 49. RGB value is (15,111,73). Sum of RGB (Red+Green+Blue) = 15+111+73=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 111 (43.75% from 255 or 55.78% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 111 - color contains mainly: green. Hex color #0F6F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6F49 is #F090B6. Grayscale: #4E4E4E. Windows color (decimal): -15765687 or 4812559. OLE color: 4812559.

HSL color Cylindrical-coordinate representation of color #0F6F49: hue angle of 156.25º 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 #0F6F49 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 111 73 -
CMYK 0.86 0 0.34 0.56
HSL 156.25º 0.76% 0.25% -
HSV(B) 156.25º 0.86% 0.44% -
XYZ 7.08 11.95 8.24 -
YUV 77.96 125.2 83.09 -
System Red Green Blue C M Y K H S L
Decimal 15 111 73 0.86 0 0.34 0.56 156.25 0.76 0.25
Hex F 6F 49 56 0 22 38 9C 4C 19
Octal 17 157 111 126 0 42 70 234 114 31
Binary 1111 1101111 1001001 1010110 0 100010 111000 10011100 1001100 11001

Color Harmonies of #0F6F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6F49

Black with #0F6F49

Text Example


Text Example

White with #0F6F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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