Html Css Color HEX #0F6A42 Jewel

📋 copy color: '#0F6A42'

red 15 ◦ green 106 ◦ blue 66

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

Shades of Jewel #0F6A42

Tints of Jewel #0F6A42

RGB

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

 GREEN value IS 106 (41.8% from 255) = 56.68%

 BLUE value IS 66 (26.17% from 255) = 35.29%

R = 8.02%
G = 56.68%
B = 35.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#0F6A42 (or 0x0F6A42) is known color: Jewel. HEX triplet: 0F, 6A and 42. RGB value is (15,106,66). Sum of RGB (Red+Green+Blue) = 15+106+66=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 106 (41.80% from 255 or 56.68% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 106 - color contains mainly: green. Hex color #0F6A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6A42 is #F095BD. Grayscale: #4A4A4A. Windows color (decimal): -15766974 or 4352527. OLE color: 4352527.

HSL color Cylindrical-coordinate representation of color #0F6A42: hue angle of 153.63º degrees, saturation: 0.75, 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 #0F6A42 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB 15 106 66 -
CMYK 0.86 0 0.38 0.58
HSL 153.63º 0.75% 0.24% -
HSV(B) 153.63º 0.86% 0.42% -
XYZ 6.33 10.8 6.91 -
YUV 74.23 123.35 85.75 -
System Red Green Blue C M Y K H S L
Decimal 15 106 66 0.86 0 0.38 0.58 153.63 0.75 0.24
Hex F 6A 42 56 0 26 3A 9A 4B 18
Octal 17 152 102 126 0 46 72 232 113 30
Binary 1111 1101010 1000010 1010110 0 100110 111010 10011010 1001011 11000

Color Harmonies of #0F6A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6A42

Black with #0F6A42

Text Example


Text Example

White with #0F6A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,106,66); }

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

background-color css

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

 a { background-color: rgb(15,106,66); }

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

border-color css

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

 span { border-color: rgb(15,106,66); }

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