Html Css Color HEX #060701 Green Waterloo

📋 copy color: '#060701'

red 6 ◦ green 7 ◦ blue 1

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

Shades of Green Waterloo #060701

Tints of Green Waterloo #060701

RGB

 RED value IS 6 (2.73% from 255) = 42.86%

 GREEN value IS 7 (3.13% from 255) = 50%

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

R = 42.86%
G = 50%
B = 7.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.97

RGB Variations

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

Color information

#060701 (or 0x060701) is known color: 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

RGB 6 7 1 -
CMYK 0.14 0 0.86 0.97
HSL 70º 0.75% 0.02% -
HSV(B) 70º 0.86% 0.03% -
XYZ 0.16 0.19 0.06 -
YUV 6.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 6 7 1 0.14 0 0.86 0.97 70 0.75 0.02
Hex 6 7 1 E 0 56 61 46 4B 2
Octal 6 7 1 16 0 126 141 106 113 2
Binary 110 111 1 1110 0 1010110 1100001 1000110 1001011 10

Color Harmonies of #060701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060701

Black with #060701

Text Example


Text Example

White with #060701

Text Example


Text Example

HTML Codes & Css Web 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>