#066F1A

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

Shades of Green #066F1A

Tints of Green #066F1A

Color information

#066F1A (or 0x066F1A) is unknown color: approx Green. HEX triplet: 06, 6F and 1A. RGB value is (6,111,26). Sum of RGB (Red+Green+Blue) = 6+111+26=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 111 (43.75% from 255 or 77.62% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 111 - color contains mainly: green. Hex color #066F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066F1A is #F990E5. Grayscale: #464646. Windows color (decimal): -16355558 or 1732358. OLE color: 1732358.

HSL color Cylindrical-coordinate representation of color #066F1A: hue angle of 131.43º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066F1A is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB611126-
CMYK0.9500.770.56
HSL131.43º89.74%22.94%-
HSV(B)131.43º94.59%43.53%-
XYZ5.9511.482.88-
YUV69.91103.2182.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 111 (43.75% from 255) = 77.62%
BLUE value IS 26 (10.55% from 255) = 18.18%
R=4.20%
G=77.62%
B=18.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6111260.9500.770.56131.4389.7422.94
Hex66F1A5F04D38835a17
Octal61573213701157020313227
Binary11011011111101010111110100110111100010000011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066F1A; }

 p { color: rgb(6,111,26); }

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

<style>
 a { background-color: #066F1A; }

 a { background-color: rgb(6,111,26); }

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

<style>
 span { border-color: #066F1A; }

 span { border-color: rgb(6,111,26); }

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