#0F6717

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

Shades of Green #0F6717

Tints of Green #0F6717

Color information

#0F6717 (or 0x0F6717) is unknown color: approx Green. HEX triplet: 0F, 67 and 17. RGB value is (15,103,23). Sum of RGB (Red+Green+Blue) = 15+103+23=141 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.64% from 141); Green value is 103 (40.62% from 255 or 73.05% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 103 - color contains mainly: green. Hex color #0F6717 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6717 is #F098E8. Grayscale: #434343. Windows color (decimal): -15767785 or 1533711. OLE color: 1533711.

HSL color Cylindrical-coordinate representation of color #0F6717: hue angle of 125.45º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6717 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB1510323-
CMYK0.8500.780.60
HSL125.45º74.58%23.14%-
HSV(B)125.45º85.44%40.39%-
XYZ5.29.862.44-
YUV67.57102.8590.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.64%
GREEN value IS 103 (40.62% from 255) = 73.05%
BLUE value IS 23 (9.38% from 255) = 16.31%
R=10.64%
G=73.05%
B=16.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal15103230.8500.780.60125.4574.5823.14
HexF67175504E3C7d4b17
Octal171472712501167417511327
Binary11111100111101111010101010011101111001111101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,103,23); }

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

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

 a { background-color: rgb(15,103,23); }

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

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

 span { border-color: rgb(15,103,23); }

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