#006F10

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

Shades of Green #006F10

Tints of Green #006F10

Color information

#006F10 (or 0x006F10) is unknown color: approx Green. HEX triplet: 00, 6F and 10. RGB value is (0,111,16). Sum of RGB (Red+Green+Blue) = 0+111+16=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 111 (43.75% from 255 or 87.40% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 111 - color contains mainly: green. Hex color #006F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F10 is #FF90EF. Grayscale: #434343. Windows color (decimal): -16748784 or 1076992. OLE color: 1076992.

HSL color Cylindrical-coordinate representation of color #006F10: hue angle of 128.65º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F10 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB011116-
CMYK100.860.56
HSL128.65º100%21.76%-
HSV(B)128.65º100%43.53%-
XYZ5.7811.412.39-
YUV66.9899.2380.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 111 (43.75% from 255) = 87.40%
BLUE value IS 16 (6.64% from 255) = 12.60%
R=0%
G=87.40%
B=12.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011116100.860.56128.6510021.76
Hex06F106405638816416
Octal01572014401267020114426
Binary011011111000011001000101011011100010000001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006F10; }

 p { color: rgb(0,111,16); }

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

<style>
 a { background-color: #006F10; }

 a { background-color: rgb(0,111,16); }

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

<style>
 span { border-color: #006F10; }

 span { border-color: rgb(0,111,16); }

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