Html Css Color HEX #06150C Dark Green

📋 copy color: '#06150C'

red 6 ◦ green 21 ◦ blue 12

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

Shades of Dark Green #06150C

Tints of Dark Green #06150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 53.85%

 BLUE value IS 12 (5.08% from 255) = 30.77%

R = 15.38%
G = 53.85%
B = 30.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#06150C (or 0x06150C) is known color: Dark Green. HEX triplet: 06, 15 and 0C. RGB value is (6,21,12). Sum of RGB (Red+Green+Blue) = 6+21+12=39 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.38% from 39); Green value is 21 (8.59% from 255 or 53.85% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 21 - color contains mainly: green. Hex color #06150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06150C is #F9EAF3. Grayscale: #0F0F0F. Windows color (decimal): -16378612 or 791814. OLE color: 791814.

HSL color Cylindrical-coordinate representation of color #06150C: hue angle of 144º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #06150C is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB 6 21 12 -
CMYK 0.71 0 0.43 0.92
HSL 144º 0.56% 0.05% -
HSV(B) 144º 0.71% 0.08% -
XYZ 0.41 0.6 0.44 -
YUV 15.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 6 21 12 0.71 0 0.43 0.92 144 0.56 0.05
Hex 6 15 C 47 0 2B 5C 90 38 5
Octal 6 25 14 107 0 53 134 220 70 5
Binary 110 10101 1100 1000111 0 101011 1011100 10010000 111000 101

Color Harmonies of #06150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06150C

Black with #06150C

Text Example


Text Example

White with #06150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06150C; }

 p { color: rgb(6,21,12); }

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

background-color css

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

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

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

border-color css

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

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

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