#065E0F

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

Shades of Green #065E0F

Tints of Green #065E0F

Color information

#065E0F (or 0x065E0F) is unknown color: approx Green. HEX triplet: 06, 5E and 0F. RGB value is (6,94,15). Sum of RGB (Red+Green+Blue) = 6+94+15=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 94 (37.11% from 255 or 81.74% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 94 - color contains mainly: green. Hex color #065E0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065E0F is #F9A1F0. Grayscale: #3A3A3A. Windows color (decimal): -16359921 or 1007110. OLE color: 1007110.

HSL color Cylindrical-coordinate representation of color #065E0F: hue angle of 126.14º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065E0F is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.

Color convert

RGB69415-
CMYK0.9400.840.63
HSL126.14º88%19.61%-
HSV(B)126.14º93.62%36.86%-
XYZ4.168.081.79-
YUV58.68103.3590.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 94 (37.11% from 255) = 81.74%
BLUE value IS 15 (6.25% from 255) = 13.04%
R=5.22%
G=81.74%
B=13.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal694150.9400.840.63126.148819.61
Hex65EF5E0543F7e5814
Octal61361713601247717613024
Binary110101111011111011110010101001111111111110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,94,15); }

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

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

 a { background-color: rgb(6,94,15); }

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

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

 span { border-color: rgb(6,94,15); }

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