#006701

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

Shades of Green #006701

Tints of Green #006701

Color information

#006701 (or 0x006701) is unknown color: approx Green. HEX triplet: 00, 67 and 01. RGB value is (0,103,1). Sum of RGB (Red+Green+Blue) = 0+103+1=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 103 (40.62% from 255 or 99.04% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 103 - color contains mainly: green. Hex color #006701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006701 is #FF98FE. Grayscale: #3C3C3C. Windows color (decimal): -16750847 or 91904. OLE color: 91904.

HSL color Cylindrical-coordinate representation of color #006701: hue angle of 120.58º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006701 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB01031-
CMYK100.990.60
HSL120.58º100%20.2%-
HSV(B)120.58º100%40.39%-
XYZ4.869.71.65-
YUV60.5894.3884.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 103 (40.62% from 255) = 99.04%
BLUE value IS 1 (0.78% from 255) = 0.96%
R=0%
G=99.04%
B=0.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal01031100.990.60120.5810020.2
Hex0671640633C796414
Octal0147114401437417114424
Binary0110011111100100011000111111001111001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006701; }

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

 H1.HeaderClassName
 {
   color: #006701;
 }
 .AnyTagClassName
 {
   color: #006701;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #006701;
 }
 .BgClassName
 {
   background-color: #006701;
 }
</style>
border-color css

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

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

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