#067D10

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

Shades of Green #067D10

Tints of Green #067D10

Color information

#067D10 (or 0x067D10) is unknown color: approx Green. HEX triplet: 06, 7D and 10. RGB value is (6,125,16). Sum of RGB (Red+Green+Blue) = 6+125+16=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 125 (49.22% from 255 or 85.03% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 125 - color contains mainly: green. Hex color #067D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067D10 is #F982EF. Grayscale: #4D4D4D. Windows color (decimal): -16351984 or 1080582. OLE color: 1080582.

HSL color Cylindrical-coordinate representation of color #067D10: hue angle of 125.04º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067D10 is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB612516-
CMYK0.9500.870.51
HSL125.04º90.84%25.69%-
HSV(B)125.04º95.2%49.02%-
XYZ7.514.742.94-
YUV76.9993.5877.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 125 (49.22% from 255) = 85.03%
BLUE value IS 16 (6.64% from 255) = 10.88%
R=4.08%
G=85.03%
B=10.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6125160.9500.870.51125.0490.8425.69
Hex67D105F057337d5b1a
Octal61752013701276317513332
Binary1101111101100001011111010101111100111111101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067D10; }

 p { color: rgb(6,125,16); }

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

<style>
 a { background-color: #067D10; }

 a { background-color: rgb(6,125,16); }

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

<style>
 span { border-color: #067D10; }

 span { border-color: rgb(6,125,16); }

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