Html Css Color HEX #006511 Green

📋 copy color: '#006511'

red 0 ◦ green 101 ◦ blue 17

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

Shades of Green #006511

Tints of Green #006511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.41%

R = 0%
G = 85.59%
B = 14.41%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#006511 (or 0x006511) is known color: Green. HEX triplet: 00, 65 and 11. RGB value is (0,101,17). Sum of RGB (Red+Green+Blue) = 0+101+17=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 101 (39.84% from 255 or 85.59% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 101 - color contains mainly: green. Hex color #006511 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006511 is #FF9AEE. Grayscale: #3D3D3D. Windows color (decimal): -16751343 or 1139968. OLE color: 1139968.

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

Color convert

RGB 0 101 17 -
CMYK 1 0 0.83 0.60
HSL 130.1º 1% 0.2% -
HSV(B) 130.1º 1% 0.4% -
XYZ 4.75 9.35 2.08 -
YUV 61.23 103.04 84.33 -
System Red Green Blue C M Y K H S L
Decimal 0 101 17 1 0 0.83 0.60 130.1 1 0.2
Hex 0 65 11 64 0 53 3C 82 64 14
Octal 0 145 21 144 0 123 74 202 144 24
Binary 0 1100101 10001 1100100 0 1010011 111100 10000010 1100100 10100

Color Harmonies of #006511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006511

Black with #006511

Text Example


Text Example

White with #006511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006511; }

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

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

background-color css

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

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

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

border-color css

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

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

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