#066100

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

Shades of Green #066100

Tints of Green #066100

Color information

#066100 (or 0x066100) is unknown color: approx Green. HEX triplet: 06, 61 and 00. RGB value is (6,97,0). Sum of RGB (Red+Green+Blue) = 6+97+0=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 97 (38.28% from 255 or 94.17% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 97 - color contains mainly: green. Hex color #066100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066100 is #F99EFF. Grayscale: #3B3B3B. Windows color (decimal): -16359168 or 24838. OLE color: 24838.

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

Color convert

RGB6970-
CMYK0.94010.62
HSL116.29º100%19.02%-
HSV(B)116.29º100%38.04%-
XYZ4.358.591.43-
YUV58.7394.8590.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 97 (38.28% from 255) = 94.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=5.83%
G=94.17%
B=0%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal69700.94010.62116.2910019.02
Hex66105E0643E746413
Octal6141013601447616414423
Binary110110000101011110011001001111101110100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066100; }

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

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

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

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

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

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

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

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