Html Css Color HEX #006C0D Green

📋 copy color: '#006C0D'

red 0 ◦ green 108 ◦ blue 13

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

Shades of Green #006C0D

Tints of Green #006C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.74%

R = 0%
G = 89.26%
B = 10.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#006C0D (or 0x006C0D) is known color: Green. HEX triplet: 00, 6C and 0D. RGB value is (0,108,13). Sum of RGB (Red+Green+Blue) = 0+108+13=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 108 (42.58% from 255 or 89.26% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 108 - color contains mainly: green. Hex color #006C0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006C0D is #FF93F2. Grayscale: #414141. Windows color (decimal): -16749555 or 879616. OLE color: 879616.

HSL color Cylindrical-coordinate representation of color #006C0D: hue angle of 127.22º 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 #006C0D is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 108 13 -
CMYK 1 0 0.88 0.58
HSL 127.22º 1% 0.21% -
HSV(B) 127.22º 1% 0.42% -
XYZ 5.44 10.75 2.17 -
YUV 64.88 98.72 81.72 -
System Red Green Blue C M Y K H S L
Decimal 0 108 13 1 0 0.88 0.58 127.22 1 0.21
Hex 0 6C D 64 0 58 3A 7F 64 15
Octal 0 154 15 144 0 130 72 177 144 25
Binary 0 1101100 1101 1100100 0 1011000 111010 1111111 1100100 10101

Color Harmonies of #006C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006C0D

Black with #006C0D

Text Example


Text Example

White with #006C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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