#06760A

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

Shades of Green #06760A

Tints of Green #06760A

Color information

#06760A (or 0x06760A) is unknown color: approx Green. HEX triplet: 06, 76 and 0A. RGB value is (6,118,10). Sum of RGB (Red+Green+Blue) = 6+118+10=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 118 (46.48% from 255 or 88.06% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 118 - color contains mainly: green. Hex color #06760A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06760A is #F989F5. Grayscale: #484848. Windows color (decimal): -16353782 or 685574. OLE color: 685574.

HSL color Cylindrical-coordinate representation of color #06760A: hue angle of 122.14º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06760A is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB611810-
CMYK0.9500.920.54
HSL122.14º90.32%24.31%-
HSV(B)122.14º94.92%46.27%-
XYZ6.6113.022.45-
YUV72.292.8980.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.48%
GREEN value IS 118 (46.48% from 255) = 88.06%
BLUE value IS 10 (4.30% from 255) = 7.46%
R=4.48%
G=88.06%
B=7.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6118100.9500.920.54122.1490.3224.31
Hex676A5F05C367a5a18
Octal61661213701346617213230
Binary110111011010101011111010111001101101111010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06760A; }

 p { color: rgb(6,118,10); }

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

<style>
 a { background-color: #06760A; }

 a { background-color: rgb(6,118,10); }

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

<style>
 span { border-color: #06760A; }

 span { border-color: rgb(6,118,10); }

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