#006F0E

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

Shades of Green #006F0E

Tints of Green #006F0E

Color information

#006F0E (or 0x006F0E) is unknown color: approx Green. HEX triplet: 00, 6F and 0E. RGB value is (0,111,14). Sum of RGB (Red+Green+Blue) = 0+111+14=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 111 (43.75% from 255 or 88.8% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 111 - color contains mainly: green. Hex color #006F0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F0E is #FF90F1. Grayscale: #434343. Windows color (decimal): -16748786 or 945920. OLE color: 945920.

HSL color Cylindrical-coordinate representation of color #006F0E: hue angle of 127.57º 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 #006F0E is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB011114-
CMYK100.870.56
HSL127.57º100%21.76%-
HSV(B)127.57º100%43.53%-
XYZ5.7611.42.31-
YUV66.7598.2380.39-

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) = 88.8%
BLUE value IS 14 (5.86% from 255) = 11.2%
R=0%
G=88.8%
B=11.2%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011114100.870.56127.5710021.76
Hex06FE6405738806416
Octal01571614401277020014426
Binary01101111111011001000101011111100010000000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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