#06761A

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

Shades of Green #06761A

Tints of Green #06761A

Color information

#06761A (or 0x06761A) is unknown color: approx Green. HEX triplet: 06, 76 and 1A. RGB value is (6,118,26). Sum of RGB (Red+Green+Blue) = 6+118+26=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 118 (46.48% from 255 or 78.67% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 118 - color contains mainly: green. Hex color #06761A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06761A is #F989E5. Grayscale: #4A4A4A. Windows color (decimal): -16353766 or 1734150. OLE color: 1734150.

HSL color Cylindrical-coordinate representation of color #06761A: hue angle of 130.71º 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 #06761A is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB611826-
CMYK0.9500.780.54
HSL130.71º90.32%24.31%-
HSV(B)130.71º94.92%46.27%-
XYZ6.7413.073.14-
YUV74.02100.8979.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4%
GREEN value IS 118 (46.48% from 255) = 78.67%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=4%
G=78.67%
B=17.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6118260.9500.780.54130.7190.3224.31
Hex6761A5F04E36835a18
Octal61663213701166620313230
Binary11011101101101010111110100111011011010000011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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