Html Css Color HEX #006504 Green

📋 copy color: '#006504'

red 0 ◦ green 101 ◦ blue 4

#006504
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #006504

Tints of Green #006504

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 value IS 1

 M value IS 0

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#006504 (or 0x006504) is known color: 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

RGB 0 101 4 -
CMYK 1 0 0.96 0.60
HSL 122.38º 1% 0.2% -
HSV(B) 122.38º 1% 0.4% -
XYZ 4.68 9.32 1.67 -
YUV 59.74 96.54 85.39 -
System Red Green Blue C M Y K H S L
Decimal 0 101 4 1 0 0.96 0.60 122.38 1 0.2
Hex 0 65 4 64 0 60 3C 7A 64 14
Octal 0 145 4 144 0 140 74 172 144 24
Binary 0 1100101 100 1100100 0 1100000 111100 1111010 1100100 10100

Color Harmonies of #006504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006504

Black with #006504

Text Example


Text Example

White with #006504

Text Example


Text Example

HTML Codes & Css Web 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>