#060701

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

Shades of Green Waterloo #060701

Tints of Green Waterloo #060701

Color information

#060701 (or 0x060701) is unknown color: approx Green Waterloo. HEX triplet: 06, 07 and 01. RGB value is (6,7,1). Sum of RGB (Red+Green+Blue) = 6+7+1=14 (1% of max value = 765). Red value is 6 (2.73% from 255 or 42.86% from 14); Green value is 7 (3.12% from 255 or 50% from 14); Blue value is 1 (0.78% from 255 or 7.14% from 14); Max value from RGB is 7 - color contains mainly: green. Hex color #060701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060701 is #F9F8FE. Grayscale: #060606. Windows color (decimal): -16382207 or 67334. OLE color: 67334.

HSL color Cylindrical-coordinate representation of color #060701: hue angle of 70º degrees, saturation: 0.75, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #060701 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.97.

Color convert

RGB671-
CMYK0.1400.860.97
HSL70º75%1.57%-
HSV(B)70º85.71%2.75%-
XYZ0.160.190.06-
YUV6.02125.17127.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 42.86%
GREEN value IS 7 (3.12% from 255) = 50%
BLUE value IS 1 (0.78% from 255) = 7.14%
R=42.86%
G=50%
B=7.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal6710.1400.860.9770751.57
Hex671E05661464b2
Octal6711601261411061132
Binary110111111100101011011000011000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060701; }

 p { color: rgb(6,7,1); }

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

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

 a { background-color: rgb(6,7,1); }

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

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

 span { border-color: rgb(6,7,1); }

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