Html Css Color HEX #061010 Dark Green

📋 copy color: '#061010'

red 6 ◦ green 16 ◦ blue 16

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

Shades of Dark Green #061010

Tints of Dark Green #061010

RGB

 RED value IS 6 (2.73% from 255) = 15.79%

 GREEN value IS 16 (6.64% from 255) = 42.11%

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

R = 15.79%
G = 42.11%
B = 42.11%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#061010 (or 0x061010) is known color: Dark Green. HEX triplet: 06, 10 and 10. RGB value is (6,16,16). Sum of RGB (Red+Green+Blue) = 6+16+16=38 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.79% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 16 - color contains mainly: green, blue. Hex color #061010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061010 is #F9EFEF. Grayscale: #0C0C0C. Windows color (decimal): -16379888 or 1052678. OLE color: 1052678.

HSL color Cylindrical-coordinate representation of color #061010: hue angle of 180º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #061010 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 6 16 16 -
CMYK 0.62 0 0 0.94
HSL 180º 0.45% 0.04% -
HSV(B) 180º 0.63% 0.06% -
XYZ 0.35 0.45 0.56 -
YUV 13.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 6 16 16 0.62 0 0 0.94 180 0.45 0.04
Hex 6 10 10 3E 0 0 5E B4 2D 4
Octal 6 20 20 76 0 0 136 264 55 4
Binary 110 10000 10000 111110 0 0 1011110 10110100 101101 100

Color Harmonies of #061010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061010

Black with #061010

Text Example


Text Example

White with #061010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061010; }

 p { color: rgb(6,16,16); }

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

background-color css

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

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

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

border-color css

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

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

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