Html Css Color HEX #010A06 Dark Green

📋 copy color: '#010A06'

red 1 ◦ green 10 ◦ blue 6

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

Shades of Dark Green #010A06

Tints of Dark Green #010A06

RGB

 RED value IS 1 (0.78% from 255) = 5.88%

 GREEN value IS 10 (4.3% from 255) = 58.82%

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

R = 5.88%
G = 58.82%
B = 35.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.4

 K value IS 0.96

RGB Variations

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

Color information

#010A06 (or 0x010A06) is known color: Dark Green. HEX triplet: 01, 0A and 06. RGB value is (1,10,6). Sum of RGB (Red+Green+Blue) = 1+10+6=17 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.88% from 17); Green value is 10 (4.30% from 255 or 58.82% from 17); Blue value is 6 (2.73% from 255 or 35.29% from 17); Max value from RGB is 10 - color contains mainly: green. Hex color #010A06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A06 is #FEF5F9. Grayscale: #060606. Windows color (decimal): -16709114 or 395777. OLE color: 395777.

HSL color Cylindrical-coordinate representation of color #010A06: hue angle of 153.33º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #010A06 is Cyan = 0.90, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.96.

Color convert

RGB 1 10 6 -
CMYK 0.90 0 0.4 0.96
HSL 153.33º 0.82% 0.02% -
HSV(B) 153.33º 0.9% 0.04% -
XYZ 0.15 0.24 0.21 -
YUV 6.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 1 10 6 0.90 0 0.4 0.96 153.33 0.82 0.02
Hex 1 A 6 5A 0 28 60 99 52 2
Octal 1 12 6 132 0 50 140 231 122 2
Binary 1 1010 110 1011010 0 101000 1100000 10011001 1010010 10

Color Harmonies of #010A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A06

Black with #010A06

Text Example


Text Example

White with #010A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010A06; }

 p { color: rgb(1,10,6); }

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

background-color css

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

 a { background-color: rgb(1,10,6); }

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

border-color css

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

 span { border-color: rgb(1,10,6); }

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