Html Css Color HEX #070802 Green Waterloo

📋 copy color: '#070802'

red 7 ◦ green 8 ◦ blue 2

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

Shades of Green Waterloo #070802

Tints of Green Waterloo #070802

RGB

 RED value IS 7 (3.13% from 255) = 41.18%

 GREEN value IS 8 (3.52% from 255) = 47.06%

 BLUE value IS 2 (1.17% from 255) = 11.76%

R = 41.18%
G = 47.06%
B = 11.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.97

RGB Variations

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

Color information

#070802 (or 0x070802) is known color: Green Waterloo. HEX triplet: 07, 08 and 02. RGB value is (7,8,2). Sum of RGB (Red+Green+Blue) = 7+8+2=17 (2% of max value = 765). Red value is 7 (3.12% from 255 or 41.18% from 17); Green value is 8 (3.52% from 255 or 47.06% from 17); Blue value is 2 (1.17% from 255 or 11.76% from 17); Max value from RGB is 8 - color contains mainly: green. Hex color #070802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070802 is #F8F7FD. Grayscale: #070707. Windows color (decimal): -16316414 or 133127. OLE color: 133127.

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

Color convert

RGB 7 8 2 -
CMYK 0.13 0 0.75 0.97
HSL 70º 0.6% 0.02% -
HSV(B) 70º 0.75% 0.03% -
XYZ 0.19 0.22 0.09 -
YUV 7.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 7 8 2 0.13 0 0.75 0.97 70 0.6 0.02
Hex 7 8 2 D 0 4B 61 46 3C 2
Octal 7 10 2 15 0 113 141 106 74 2
Binary 111 1000 10 1101 0 1001011 1100001 1000110 111100 10

Color Harmonies of #070802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070802

Black with #070802

Text Example


Text Example

White with #070802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070802; }

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

 H1.HeaderClassName
 {
   color: #070802;
 }
 .AnyTagClassName
 {
   color: #070802;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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