#0F6143

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

Shades of Jewel #0F6143

Tints of Jewel #0F6143

Color information

#0F6143 (or 0x0F6143) is unknown color: approx Jewel. HEX triplet: 0F, 61 and 43. RGB value is (15,97,67). Sum of RGB (Red+Green+Blue) = 15+97+67=179 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.38% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #0F6143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6143 is #F09EBC. Grayscale: #454545. Windows color (decimal): -15769277 or 4415759. OLE color: 4415759.

HSL color Cylindrical-coordinate representation of color #0F6143: hue angle of 158.05º 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 #0F6143 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB159767-
CMYK0.8500.310.62
HSL158.05º73.21%21.96%-
HSV(B)158.05º84.54%38.04%-
XYZ5.489.066.77-
YUV69.06126.8389.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.38%
GREEN value IS 97 (38.28% from 255) = 54.19%
BLUE value IS 67 (26.56% from 255) = 37.43%
R=8.38%
G=54.19%
B=37.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1597670.8500.310.62158.0573.2121.96
HexF61435501F3E9e4916
Octal171411031250377623611126
Binary111111000011000011101010101111111111010011110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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