#0F6142

Color #0F6142 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #0F6142

Tints of Jewel #0F6142

Color information

#0F6142 (or 0x0F6142) is unknown color: approx Jewel. HEX triplet: 0F, 61 and 42. RGB value is (15,97,66). Sum of RGB (Red+Green+Blue) = 15+97+66=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #0F6142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6142 is #F09EBD. Grayscale: #444444. Windows color (decimal): -15769278 or 4350223. OLE color: 4350223.

HSL color Cylindrical-coordinate representation of color #0F6142: hue angle of 157.32º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6142 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB159766-
CMYK0.8500.320.62
HSL157.32º73.21%21.96%-
HSV(B)157.32º84.54%38.04%-
XYZ5.469.046.61-
YUV68.95126.3389.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.43%
GREEN value IS 97 (38.28% from 255) = 54.49%
BLUE value IS 66 (26.17% from 255) = 37.08%
R=8.43%
G=54.49%
B=37.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1597660.8500.320.62157.3273.2121.96
HexF6142550203E9d4916
Octal171411021250407623511126
Binary1111110000110000101010101010000011111010011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F6142;
 }
 .AnyTagClassName
 {
   color: #0F6142;
 }
</style>
background-color css

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

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

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

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

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

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