#065D06

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

Shades of Green #065D06

Tints of Green #065D06

Color information

#065D06 (or 0x065D06) is unknown color: approx Green. HEX triplet: 06, 5D and 06. RGB value is (6,93,6). Sum of RGB (Red+Green+Blue) = 6+93+6=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 93 (36.72% from 255 or 88.57% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 93 - color contains mainly: green. Hex color #065D06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065D06 is #F9A2F9. Grayscale: #393939. Windows color (decimal): -16360186 or 417030. OLE color: 417030.

HSL color Cylindrical-coordinate representation of color #065D06: hue angle of 120º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065D06 is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.64.

Color convert

RGB6936-
CMYK0.9400.940.64
HSL120º87.88%19.41%-
HSV(B)120º93.55%36.47%-
XYZ4.027.881.48-
YUV57.0799.1891.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.71%
GREEN value IS 93 (36.72% from 255) = 88.57%
BLUE value IS 6 (2.73% from 255) = 5.71%
R=5.71%
G=88.57%
B=5.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal69360.9400.940.6412087.8819.41
Hex65D65E05E40785813
Octal61356136013610017013023
Binary110101110111010111100101111010000001111000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065D06; }

 p { color: rgb(6,93,6); }

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

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

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

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

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

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

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