Html Css Color HEX #006B01 Green

📋 copy color: '#006B01'

red 0 ◦ green 107 ◦ blue 1

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

Shades of Green #006B01

Tints of Green #006B01

RGB

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

 GREEN value IS 107 (42.19% from 255) = 99.07%

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

R = 0%
G = 99.07%
B = 0.93%

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

#006B01 (or 0x006B01) is known color: Green. HEX triplet: 00, 6B and 01. RGB value is (0,107,1). Sum of RGB (Red+Green+Blue) = 0+107+1=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 107 (42.19% from 255 or 99.07% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 107 - color contains mainly: green. Hex color #006B01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006B01 is #FF94FE. Grayscale: #3F3F3F. Windows color (decimal): -16749823 or 92928. OLE color: 92928.

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

Color convert

RGB 0 107 1 -
CMYK 1 0 0.99 0.58
HSL 120.56º 1% 0.21% -
HSV(B) 120.56º 1% 0.42% -
XYZ 5.26 10.52 1.78 -
YUV 62.92 93.05 83.12 -
System Red Green Blue C M Y K H S L
Decimal 0 107 1 1 0 0.99 0.58 120.56 1 0.21
Hex 0 6B 1 64 0 63 3A 79 64 15
Octal 0 153 1 144 0 143 72 171 144 25
Binary 0 1101011 1 1100100 0 1100011 111010 1111001 1100100 10101

Color Harmonies of #006B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006B01

Black with #006B01

Text Example


Text Example

White with #006B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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