#0F7810

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

Shades of Green #0F7810

Tints of Green #0F7810

Color information

#0F7810 (or 0x0F7810) is unknown color: approx Green. HEX triplet: 0F, 78 and 10. RGB value is (15,120,16). Sum of RGB (Red+Green+Blue) = 15+120+16=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 120 (47.27% from 255 or 79.47% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 120 - color contains mainly: green. Hex color #0F7810 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7810 is #F087EF. Grayscale: #4D4D4D. Windows color (decimal): -15763440 or 1079311. OLE color: 1079311.

HSL color Cylindrical-coordinate representation of color #0F7810: hue angle of 120.57º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7810 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1512016-
CMYK0.8700.870.53
HSL120.57º77.78%26.47%-
HSV(B)120.57º87.5%47.06%-
XYZ7.0113.572.74-
YUV76.7593.7183.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.93%
GREEN value IS 120 (47.27% from 255) = 79.47%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=9.93%
G=79.47%
B=10.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal15120160.8700.870.53120.5777.7826.47
HexF78105705735794e1a
Octal171702012701276517111632
Binary11111111000100001010111010101111101011111001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,120,16); }

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

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

 a { background-color: rgb(15,120,16); }

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

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

 span { border-color: rgb(15,120,16); }

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