Html Css Color HEX #06140A Dark Green

📋 copy color: '#06140A'

red 6 ◦ green 20 ◦ blue 10

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

Shades of Dark Green #06140A

Tints of Dark Green #06140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 55.56%

 BLUE value IS 10 (4.3% from 255) = 27.78%

R = 16.67%
G = 55.56%
B = 27.78%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

#06140A (or 0x06140A) is known color: Dark Green. HEX triplet: 06, 14 and 0A. RGB value is (6,20,10). Sum of RGB (Red+Green+Blue) = 6+20+10=36 (4% of max value = 765). Red value is 6 (2.73% from 255 or 16.67% from 36); Green value is 20 (8.20% from 255 or 55.56% from 36); Blue value is 10 (4.30% from 255 or 27.78% from 36); Max value from RGB is 20 - color contains mainly: green. Hex color #06140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06140A is #F9EBF5. Grayscale: #0E0E0E. Windows color (decimal): -16378870 or 660486. OLE color: 660486.

HSL color Cylindrical-coordinate representation of color #06140A: hue angle of 137.14º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #06140A is Cyan = 0.70, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB 6 20 10 -
CMYK 0.70 0 0.50 0.92
HSL 137.14º 0.54% 0.05% -
HSV(B) 137.14º 0.7% 0.08% -
XYZ 0.38 0.56 0.38 -
YUV 14.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 6 20 10 0.70 0 0.50 0.92 137.14 0.54 0.05
Hex 6 14 A 46 0 32 5C 89 36 5
Octal 6 24 12 106 0 62 134 211 66 5
Binary 110 10100 1010 1000110 0 110010 1011100 10001001 110110 101

Color Harmonies of #06140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06140A

Black with #06140A

Text Example


Text Example

White with #06140A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06140A; }

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

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

background-color css

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

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

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

border-color css

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

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

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