Html Css Color HEX #006512 Green

📋 copy color: '#006512'

red 0 ◦ green 101 ◦ blue 18

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

Shades of Green #006512

Tints of Green #006512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.13%

R = 0%
G = 84.87%
B = 15.13%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#006512 (or 0x006512) is known color: Green. HEX triplet: 00, 65 and 12. RGB value is (0,101,18). Sum of RGB (Red+Green+Blue) = 0+101+18=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 101 (39.84% from 255 or 84.87% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 101 - color contains mainly: green. Hex color #006512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006512 is #FF9AED. Grayscale: #3D3D3D. Windows color (decimal): -16751342 or 1205504. OLE color: 1205504.

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

Color convert

RGB 0 101 18 -
CMYK 1 0 0.82 0.60
HSL 130.69º 1% 0.2% -
HSV(B) 130.69º 1% 0.4% -
XYZ 4.76 9.35 2.13 -
YUV 61.34 103.54 84.25 -
System Red Green Blue C M Y K H S L
Decimal 0 101 18 1 0 0.82 0.60 130.69 1 0.2
Hex 0 65 12 64 0 52 3C 83 64 14
Octal 0 145 22 144 0 122 74 203 144 24
Binary 0 1100101 10010 1100100 0 1010010 111100 10000011 1100100 10100

Color Harmonies of #006512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006512

Black with #006512

Text Example


Text Example

White with #006512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006512; }

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

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

background-color css

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

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

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

border-color css

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

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

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