Html Css Color HEX #006A10 Green

📋 copy color: '#006A10'

red 0 ◦ green 106 ◦ blue 16

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

Shades of Green #006A10

Tints of Green #006A10

RGB

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

 GREEN value IS 106 (41.8% from 255) = 86.89%

 BLUE value IS 16 (6.64% from 255) = 13.11%

R = 0%
G = 86.89%
B = 13.11%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.58

RGB Variations

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

Color information

#006A10 (or 0x006A10) is known color: Green. HEX triplet: 00, 6A and 10. RGB value is (0,106,16). Sum of RGB (Red+Green+Blue) = 0+106+16=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 106 (41.80% from 255 or 86.89% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 106 - color contains mainly: green. Hex color #006A10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006A10 is #FF95EF. Grayscale: #404040. Windows color (decimal): -16750064 or 1075712. OLE color: 1075712.

HSL color Cylindrical-coordinate representation of color #006A10: hue angle of 129.06º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A10 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 106 16 -
CMYK 1 0 0.85 0.58
HSL 129.06º 1% 0.21% -
HSV(B) 129.06º 1% 0.42% -
XYZ 5.25 10.35 2.21 -
YUV 64.05 100.88 82.32 -
System Red Green Blue C M Y K H S L
Decimal 0 106 16 1 0 0.85 0.58 129.06 1 0.21
Hex 0 6A 10 64 0 55 3A 81 64 15
Octal 0 152 20 144 0 125 72 201 144 25
Binary 0 1101010 10000 1100100 0 1010101 111010 10000001 1100100 10101

Color Harmonies of #006A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006A10

Black with #006A10

Text Example


Text Example

White with #006A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006A10; }

 p { color: rgb(0,106,16); }

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

background-color css

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

 a { background-color: rgb(0,106,16); }

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

border-color css

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

 span { border-color: rgb(0,106,16); }

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