Html Css Color HEX #006C13 Green

📋 copy color: '#006C13'

red 0 ◦ green 108 ◦ blue 19

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

Shades of Green #006C13

Tints of Green #006C13

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 108 (42.58% from 255) = 85.04%

 BLUE value IS 19 (7.81% from 255) = 14.96%

R = 0%
G = 85.04%
B = 14.96%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#006C13 (or 0x006C13) is known color: Green. HEX triplet: 00, 6C and 13. RGB value is (0,108,19). Sum of RGB (Red+Green+Blue) = 0+108+19=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 108 (42.58% from 255 or 85.04% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 108 - color contains mainly: green. Hex color #006C13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006C13 is #FF93EC. Grayscale: #414141. Windows color (decimal): -16749549 or 1272832. OLE color: 1272832.

HSL color Cylindrical-coordinate representation of color #006C13: hue angle of 130.56º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C13 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 108 19 -
CMYK 1 0 0.82 0.58
HSL 130.56º 1% 0.21% -
HSV(B) 130.56º 1% 0.42% -
XYZ 5.48 10.77 2.41 -
YUV 65.56 101.72 81.24 -
System Red Green Blue C M Y K H S L
Decimal 0 108 19 1 0 0.82 0.58 130.56 1 0.21
Hex 0 6C 13 64 0 52 3A 83 64 15
Octal 0 154 23 144 0 122 72 203 144 25
Binary 0 1101100 10011 1100100 0 1010010 111010 10000011 1100100 10101

Color Harmonies of #006C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006C13

Black with #006C13

Text Example


Text Example

White with #006C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006C13; }

 p { color: rgb(0,108,19); }

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

background-color css

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

 a { background-color: rgb(0,108,19); }

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

border-color css

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

 span { border-color: rgb(0,108,19); }

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