#006B01

Color #006B01 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #006B01

Tints of Green #006B01

Color information

#006B01 (or 0x006B01) is unknown color: approx 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

RGB01071-
CMYK100.990.58
HSL120.56º100%20.98%-
HSV(B)120.56º100%41.96%-
XYZ5.2610.521.78-
YUV62.9293.0583.12-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal01071100.990.58120.5610020.98
Hex06B1640633A796415
Octal0153114401437217114425
Binary0110101111100100011000111110101111001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>