#065D0C

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

Shades of Green #065D0C

Tints of Green #065D0C

Color information

#065D0C (or 0x065D0C) is unknown color: approx Green. HEX triplet: 06, 5D and 0C. RGB value is (6,93,12). Sum of RGB (Red+Green+Blue) = 6+93+12=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 93 (36.72% from 255 or 83.78% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 93 - color contains mainly: green. Hex color #065D0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065D0C is #F9A2F3. Grayscale: #393939. Windows color (decimal): -16360180 or 810246. OLE color: 810246.

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

Color convert

RGB69312-
CMYK0.9400.870.64
HSL124.14º87.88%19.41%-
HSV(B)124.14º93.55%36.47%-
XYZ4.067.891.66-
YUV57.75102.1891.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.41%
GREEN value IS 93 (36.72% from 255) = 83.78%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=5.41%
G=83.78%
B=10.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal693120.9400.870.64124.1487.8819.41
Hex65DC5E057407c5813
Octal613514136012710017413023
Binary1101011101110010111100101011110000001111100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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