#06610A

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

Shades of Green #06610A

Tints of Green #06610A

Color information

#06610A (or 0x06610A) is unknown color: approx Green. HEX triplet: 06, 61 and 0A. RGB value is (6,97,10). Sum of RGB (Red+Green+Blue) = 6+97+10=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 97 (38.28% from 255 or 85.84% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 97 - color contains mainly: green. Hex color #06610A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06610A is #F99EF5. Grayscale: #3C3C3C. Windows color (decimal): -16359158 or 680198. OLE color: 680198.

HSL color Cylindrical-coordinate representation of color #06610A: hue angle of 122.64º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06610A is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB69710-
CMYK0.9400.900.62
HSL122.64º88.35%20.2%-
HSV(B)122.64º93.81%38.04%-
XYZ4.48.611.72-
YUV59.8799.8589.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 97 (38.28% from 255) = 85.84%
BLUE value IS 10 (4.30% from 255) = 8.85%
R=5.31%
G=85.84%
B=8.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal697100.9400.900.62122.6488.3520.2
Hex661A5E05A3E7b5814
Octal61411213601327617313024
Binary110110000110101011110010110101111101111011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06610A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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