#0F6107

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

Shades of Green #0F6107

Tints of Green #0F6107

Color information

#0F6107 (or 0x0F6107) is unknown color: approx Green. HEX triplet: 0F, 61 and 07. RGB value is (15,97,7). Sum of RGB (Red+Green+Blue) = 15+97+7=119 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.61% from 119); Green value is 97 (38.28% from 255 or 81.51% from 119); Blue value is 7 (3.12% from 255 or 5.88% from 119); Max value from RGB is 97 - color contains mainly: green. Hex color #0F6107 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6107 is #F09EF8. Grayscale: #3E3E3E. Windows color (decimal): -15769337 or 483599. OLE color: 483599.

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

Color convert

RGB15977-
CMYK0.8500.930.62
HSL114.67º86.54%20.39%-
HSV(B)114.67º92.78%38.04%-
XYZ4.518.671.64-
YUV62.2296.8394.32-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.61%
GREEN value IS 97 (38.28% from 255) = 81.51%
BLUE value IS 7 (3.12% from 255) = 5.88%
R=12.61%
G=81.51%
B=5.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal159770.8500.930.62114.6786.5420.39
HexF6175505D3E735714
Octal17141712501357616312724
Binary111111000011111010101010111011111101110011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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