#065D0D

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

Shades of Green #065D0D

Tints of Green #065D0D

Color information

#065D0D (or 0x065D0D) is unknown color: approx Green. HEX triplet: 06, 5D and 0D. RGB value is (6,93,13). Sum of RGB (Red+Green+Blue) = 6+93+13=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 93 (36.72% from 255 or 83.04% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 93 - color contains mainly: green. Hex color #065D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065D0D is #F9A2F2. Grayscale: #3A3A3A. Windows color (decimal): -16360179 or 875782. OLE color: 875782.

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

Color convert

RGB69313-
CMYK0.9400.860.64
HSL124.83º87.88%19.41%-
HSV(B)124.83º93.55%36.47%-
XYZ4.067.91.69-
YUV57.87102.6891-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 93 (36.72% from 255) = 83.04%
BLUE value IS 13 (5.47% from 255) = 11.61%
R=5.36%
G=83.04%
B=11.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal693130.9400.860.64124.8387.8819.41
Hex65DD5E056407d5813
Octal613515136012610017513023
Binary1101011101110110111100101011010000001111101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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