#0F6042

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

Shades of Jewel #0F6042

Tints of Jewel #0F6042

Color information

#0F6042 (or 0x0F6042) is unknown color: approx Jewel. HEX triplet: 0F, 60 and 42. RGB value is (15,96,66). Sum of RGB (Red+Green+Blue) = 15+96+66=177 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.47% from 177); Green value is 96 (37.89% from 255 or 54.24% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 96 - color contains mainly: green. Hex color #0F6042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6042 is #F09FBD. Grayscale: #444444. Windows color (decimal): -15769534 or 4349967. OLE color: 4349967.

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

Color convert

RGB159666-
CMYK0.8400.310.62
HSL157.78º72.97%21.76%-
HSV(B)157.78º84.38%37.65%-
XYZ5.368.866.58-
YUV68.36126.6689.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.47%
GREEN value IS 96 (37.89% from 255) = 54.24%
BLUE value IS 66 (26.17% from 255) = 37.29%
R=8.47%
G=54.24%
B=37.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1596660.8400.310.62157.7872.9721.76
HexF60425401F3E9e4916
Octal171401021240377623611126
Binary111111000001000010101010001111111111010011110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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