#006F0F

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

Shades of Green #006F0F

Tints of Green #006F0F

Color information

#006F0F (or 0x006F0F) is unknown color: approx Green. HEX triplet: 00, 6F and 0F. RGB value is (0,111,15). Sum of RGB (Red+Green+Blue) = 0+111+15=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 111 (43.75% from 255 or 88.10% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 111 - color contains mainly: green. Hex color #006F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F0F is #FF90F0. Grayscale: #434343. Windows color (decimal): -16748785 or 1011456. OLE color: 1011456.

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

Color convert

RGB011115-
CMYK100.860.56
HSL128.11º100%21.76%-
HSV(B)128.11º100%43.53%-
XYZ5.7711.42.35-
YUV66.8798.7380.31-

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.10%
BLUE value IS 15 (6.25% from 255) = 11.90%
R=0%
G=88.10%
B=11.90%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011115100.860.56128.1110021.76
Hex06FF6405638806416
Octal01571714401267020014426
Binary01101111111111001000101011011100010000000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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