#065C10

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

Shades of Green #065C10

Tints of Green #065C10

Color information

#065C10 (or 0x065C10) is unknown color: approx Green. HEX triplet: 06, 5C and 10. RGB value is (6,92,16). Sum of RGB (Red+Green+Blue) = 6+92+16=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 92 (36.33% from 255 or 80.70% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 92 - color contains mainly: green. Hex color #065C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065C10 is #F9A3EF. Grayscale: #393939. Windows color (decimal): -16360432 or 1072134. OLE color: 1072134.

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

Color convert

RGB69216-
CMYK0.9300.830.64
HSL126.98º87.76%19.22%-
HSV(B)126.98º93.48%36.08%-
XYZ47.731.77-
YUV57.62104.5191.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 92 (36.33% from 255) = 80.70%
BLUE value IS 16 (6.64% from 255) = 14.04%
R=5.26%
G=80.70%
B=14.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal692160.9300.830.64126.9887.7619.22
Hex65C105D053407f5813
Octal613420135012310017713023
Binary11010111001000010111010101001110000001111111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,92,16); }

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

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

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

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

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

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

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