Html Css Color HEX #061812 Dark Green

📋 copy color: '#061812'

red 6 ◦ green 24 ◦ blue 18

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

Shades of Dark Green #061812

Tints of Dark Green #061812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 50%

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

R = 12.5%
G = 50%
B = 37.5%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.91

RGB Variations

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

Color information

#061812 (or 0x061812) is known color: Dark Green. HEX triplet: 06, 18 and 12. RGB value is (6,24,18). Sum of RGB (Red+Green+Blue) = 6+24+18=48 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.5% from 48); Green value is 24 (9.77% from 255 or 50% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 24 - color contains mainly: green. Hex color #061812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061812 is #F9E7ED. Grayscale: #111111. Windows color (decimal): -16377838 or 1185798. OLE color: 1185798.

HSL color Cylindrical-coordinate representation of color #061812: hue angle of 160º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #061812 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.91.

Color convert

RGB 6 24 18 -
CMYK 0.75 0 0.25 0.91
HSL 160º 0.6% 0.06% -
HSV(B) 160º 0.75% 0.09% -
XYZ 0.51 0.74 0.69 -
YUV 17.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 6 24 18 0.75 0 0.25 0.91 160 0.6 0.06
Hex 6 18 12 4B 0 19 5B A0 3C 6
Octal 6 30 22 113 0 31 133 240 74 6
Binary 110 11000 10010 1001011 0 11001 1011011 10100000 111100 110

Color Harmonies of #061812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061812

Black with #061812

Text Example


Text Example

White with #061812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061812; }

 p { color: rgb(6,24,18); }

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

background-color css

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

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

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

border-color css

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

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

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