Html Css Color HEX #0F6C46 Jewel

📋 copy color: '#0F6C46'

red 15 ◦ green 108 ◦ blue 70

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

Shades of Jewel #0F6C46

Tints of Jewel #0F6C46

RGB

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

 GREEN value IS 108 (42.58% from 255) = 55.96%

 BLUE value IS 70 (27.73% from 255) = 36.27%

R = 7.77%
G = 55.96%
B = 36.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#0F6C46 (or 0x0F6C46) is known color: Jewel. HEX triplet: 0F, 6C and 46. RGB value is (15,108,70). Sum of RGB (Red+Green+Blue) = 15+108+70=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 108 (42.58% from 255 or 55.96% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 108 - color contains mainly: green. Hex color #0F6C46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6C46 is #F093B9. Grayscale: #4B4B4B. Windows color (decimal): -15766458 or 4615183. OLE color: 4615183.

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

Color convert

RGB 15 108 70 -
CMYK 0.86 0 0.35 0.58
HSL 155.48º 0.76% 0.24% -
HSV(B) 155.48º 0.86% 0.42% -
XYZ 6.67 11.27 7.62 -
YUV 75.86 124.69 84.59 -
System Red Green Blue C M Y K H S L
Decimal 15 108 70 0.86 0 0.35 0.58 155.48 0.76 0.24
Hex F 6C 46 56 0 23 3A 9B 4C 18
Octal 17 154 106 126 0 43 72 233 114 30
Binary 1111 1101100 1000110 1010110 0 100011 111010 10011011 1001100 11000

Color Harmonies of #0F6C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6C46

Black with #0F6C46

Text Example


Text Example

White with #0F6C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,108,70); }

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

background-color css

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

 a { background-color: rgb(15,108,70); }

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

border-color css

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

 span { border-color: rgb(15,108,70); }

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