#065F12

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

Shades of Green #065F12

Tints of Green #065F12

Color information

#065F12 (or 0x065F12) is unknown color: approx Green. HEX triplet: 06, 5F and 12. RGB value is (6,95,18). Sum of RGB (Red+Green+Blue) = 6+95+18=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 95 (37.5% from 255 or 79.83% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 95 - color contains mainly: green. Hex color #065F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065F12 is #F9A0ED. Grayscale: #3B3B3B. Windows color (decimal): -16359662 or 1203974. OLE color: 1203974.

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

Color convert

RGB69518-
CMYK0.9400.810.63
HSL128.09º88.12%19.8%-
HSV(B)128.09º93.68%37.25%-
XYZ4.288.271.94-
YUV59.61104.5189.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.04%
GREEN value IS 95 (37.5% from 255) = 79.83%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=5.04%
G=79.83%
B=15.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal695180.9400.810.63128.0988.1219.8
Hex65F125E0513F805814
Octal61372213601217720013024
Binary11010111111001010111100101000111111110000000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,95,18); }

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

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

 a { background-color: rgb(6,95,18); }

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

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

 span { border-color: rgb(6,95,18); }

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