#065A07

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

Shades of Green #065A07

Tints of Green #065A07

Color information

#065A07 (or 0x065A07) is unknown color: approx Green. HEX triplet: 06, 5A and 07. RGB value is (6,90,7). Sum of RGB (Red+Green+Blue) = 6+90+7=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 90 (35.55% from 255 or 87.38% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 90 - color contains mainly: green. Hex color #065A07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065A07 is #F9A5F8. Grayscale: #373737. Windows color (decimal): -16360953 or 481798. OLE color: 481798.

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

Color convert

RGB6907-
CMYK0.9300.920.65
HSL120.71º87.5%18.82%-
HSV(B)120.71º93.33%35.29%-
XYZ3.777.371.42-
YUV55.42100.6792.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 90 (35.55% from 255) = 87.38%
BLUE value IS 7 (3.12% from 255) = 6.80%
R=5.83%
G=87.38%
B=6.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal69070.9300.920.65120.7187.518.82
Hex65A75D05C41795813
Octal61327135013410117113023
Binary110101101011110111010101110010000011111001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,90,7); }

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

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

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

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

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

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

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