Html Css Color HEX #006506 Green

📋 copy color: '#006506'

red 0 ◦ green 101 ◦ blue 6

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

Shades of Green #006506

Tints of Green #006506

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 101 (39.84% from 255) = 94.39%

 BLUE value IS 6 (2.73% from 255) = 5.61%

R = 0%
G = 94.39%
B = 5.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.94

 K value IS 0.60

RGB Variations

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

Color information

#006506 (or 0x006506) is known color: Green. HEX triplet: 00, 65 and 06. RGB value is (0,101,6). Sum of RGB (Red+Green+Blue) = 0+101+6=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 101 (39.84% from 255 or 94.39% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 101 - color contains mainly: green. Hex color #006506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006506 is #FF9AF9. Grayscale: #3C3C3C. Windows color (decimal): -16751354 or 419072. OLE color: 419072.

HSL color Cylindrical-coordinate representation of color #006506: hue angle of 123.56º 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 #006506 is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 101 6 -
CMYK 1 0 0.94 0.60
HSL 123.56º 1% 0.2% -
HSV(B) 123.56º 1% 0.4% -
XYZ 4.69 9.32 1.72 -
YUV 59.97 97.54 85.22 -
System Red Green Blue C M Y K H S L
Decimal 0 101 6 1 0 0.94 0.60 123.56 1 0.2
Hex 0 65 6 64 0 5E 3C 7C 64 14
Octal 0 145 6 144 0 136 74 174 144 24
Binary 0 1100101 110 1100100 0 1011110 111100 1111100 1100100 10100

Color Harmonies of #006506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006506

Black with #006506

Text Example


Text Example

White with #006506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006506; }

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

 H1.HeaderClassName
 {
   color: #006506;
 }
 .AnyTagClassName
 {
   color: #006506;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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