Html Css Color HEX #006C01 Green

📋 copy color: '#006C01'

red 0 ◦ green 108 ◦ blue 1

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

Shades of Green #006C01

Tints of Green #006C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.92%

R = 0%
G = 99.08%
B = 0.92%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#006C01 (or 0x006C01) is known color: Green. HEX triplet: 00, 6C and 01. RGB value is (0,108,1). Sum of RGB (Red+Green+Blue) = 0+108+1=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 108 (42.58% from 255 or 99.08% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 108 - color contains mainly: green. Hex color #006C01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006C01 is #FF93FE. Grayscale: #3F3F3F. Windows color (decimal): -16749567 or 93184. OLE color: 93184.

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

Color convert

RGB 0 108 1 -
CMYK 1 0 0.99 0.58
HSL 120.56º 1% 0.21% -
HSV(B) 120.56º 1% 0.42% -
XYZ 5.37 10.73 1.82 -
YUV 63.51 92.72 82.7 -
System Red Green Blue C M Y K H S L
Decimal 0 108 1 1 0 0.99 0.58 120.56 1 0.21
Hex 0 6C 1 64 0 63 3A 79 64 15
Octal 0 154 1 144 0 143 72 171 144 25
Binary 0 1101100 1 1100100 0 1100011 111010 1111001 1100100 10101

Color Harmonies of #006C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006C01

Black with #006C01

Text Example


Text Example

White with #006C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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