#060702

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

Shades of Green Waterloo #060702

Tints of Green Waterloo #060702

Color information

#060702 (or 0x060702) is unknown color: approx Green Waterloo. HEX triplet: 06, 07 and 02. RGB value is (6,7,2). Sum of RGB (Red+Green+Blue) = 6+7+2=15 (1% of max value = 765). Red value is 6 (2.73% from 255 or 40% from 15); Green value is 7 (3.12% from 255 or 46.67% from 15); Blue value is 2 (1.17% from 255 or 13.33% from 15); Max value from RGB is 7 - color contains mainly: green. Hex color #060702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060702 is #F9F8FD. Grayscale: #060606. Windows color (decimal): -16382206 or 132870. OLE color: 132870.

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

Color convert

RGB672-
CMYK0.1400.710.97
HSL72º55.56%1.76%-
HSV(B)72º71.43%2.75%-
XYZ0.160.20.09-
YUV6.13125.67127.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 40%
GREEN value IS 7 (3.12% from 255) = 46.67%
BLUE value IS 2 (1.17% from 255) = 13.33%
R=40%
G=46.67%
B=13.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal6720.1400.710.977255.561.76
Hex672E0476148382
Octal672160107141110702
Binary110111101110010001111100001100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060702; }

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

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

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

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

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

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

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

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