Html Css Color HEX #0F6446 Jewel

📋 copy color: '#0F6446'

red 15 ◦ green 100 ◦ blue 70

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

Shades of Jewel #0F6446

Tints of Jewel #0F6446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 54.05%

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

R = 8.11%
G = 54.05%
B = 37.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#0F6446 (or 0x0F6446) is known color: Jewel. HEX triplet: 0F, 64 and 46. RGB value is (15,100,70). Sum of RGB (Red+Green+Blue) = 15+100+70=185 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.11% from 185); Green value is 100 (39.45% from 255 or 54.05% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 100 - color contains mainly: green. Hex color #0F6446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6446 is #F09BB9. Grayscale: #474747. Windows color (decimal): -15768506 or 4613135. OLE color: 4613135.

HSL color Cylindrical-coordinate representation of color #0F6446: hue angle of 158.82º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6446 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 15 100 70 -
CMYK 0.85 0 0.30 0.61
HSL 158.82º 0.74% 0.23% -
HSV(B) 158.82º 0.85% 0.39% -
XYZ 5.86 9.66 7.35 -
YUV 71.17 127.34 87.94 -
System Red Green Blue C M Y K H S L
Decimal 15 100 70 0.85 0 0.30 0.61 158.82 0.74 0.23
Hex F 64 46 55 0 1E 3D 9F 4A 17
Octal 17 144 106 125 0 36 75 237 112 27
Binary 1111 1100100 1000110 1010101 0 11110 111101 10011111 1001010 10111

Color Harmonies of #0F6446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6446

Black with #0F6446

Text Example


Text Example

White with #0F6446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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