#006504

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

Shades of Green #006504

Tints of Green #006504

Color information

#006504 (or 0x006504) is unknown color: approx Green. HEX triplet: 00, 65 and 04. RGB value is (0,101,4). Sum of RGB (Red+Green+Blue) = 0+101+4=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 101 (39.84% from 255 or 96.19% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 101 - color contains mainly: green. Hex color #006504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006504 is #FF9AFB. Grayscale: #3C3C3C. Windows color (decimal): -16751356 or 288000. OLE color: 288000.

HSL color Cylindrical-coordinate representation of color #006504: hue angle of 122.38º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006504 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB01014-
CMYK100.960.60
HSL122.38º100%19.8%-
HSV(B)122.38º100%39.61%-
XYZ4.689.321.67-
YUV59.7496.5485.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 101 (39.84% from 255) = 96.19%
BLUE value IS 4 (1.95% from 255) = 3.81%
R=0%
G=96.19%
B=3.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal01014100.960.60122.3810019.8
Hex0654640603C7a6414
Octal0145414401407417214424
Binary011001011001100100011000001111001111010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006504; }

 p { color: rgb(0,101,4); }

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

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

 a { background-color: rgb(0,101,4); }

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

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

 span { border-color: rgb(0,101,4); }

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