#065D11

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

Shades of Green #065D11

Tints of Green #065D11

Color information

#065D11 (or 0x065D11) is unknown color: approx Green. HEX triplet: 06, 5D and 11. RGB value is (6,93,17). Sum of RGB (Red+Green+Blue) = 6+93+17=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 93 (36.72% from 255 or 80.17% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 93 - color contains mainly: green. Hex color #065D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065D11 is #F9A2EE. Grayscale: #3A3A3A. Windows color (decimal): -16360175 or 1137926. OLE color: 1137926.

HSL color Cylindrical-coordinate representation of color #065D11: hue angle of 127.59º 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 #065D11 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB69317-
CMYK0.9400.820.64
HSL127.59º87.88%19.41%-
HSV(B)127.59º93.55%36.47%-
XYZ4.097.911.84-
YUV58.32104.6890.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 93 (36.72% from 255) = 80.17%
BLUE value IS 17 (7.03% from 255) = 14.66%
R=5.17%
G=80.17%
B=14.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal693170.9400.820.64127.5987.8819.41
Hex65D115E05240805813
Octal613521136012210020013023
Binary110101110110001101111001010010100000010000000101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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