Html Css Color HEX #080904 Green Waterloo

📋 copy color: '#080904'

red 8 ◦ green 9 ◦ blue 4

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

Shades of Green Waterloo #080904

Tints of Green Waterloo #080904

RGB

 RED value IS 8 (3.52% from 255) = 38.1%

 GREEN value IS 9 (3.91% from 255) = 42.86%

 BLUE value IS 4 (1.95% from 255) = 19.05%

R = 38.1%
G = 42.86%
B = 19.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.96

RGB Variations

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

Color information

#080904 (or 0x080904) is known color: Green Waterloo. HEX triplet: 08, 09 and 04. RGB value is (8,9,4). Sum of RGB (Red+Green+Blue) = 8+9+4=21 (2% of max value = 765). Red value is 8 (3.52% from 255 or 38.10% from 21); Green value is 9 (3.91% from 255 or 42.86% from 21); Blue value is 4 (1.95% from 255 or 19.05% from 21); Max value from RGB is 9 - color contains mainly: green. Hex color #080904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080904 is #F7F6FB. Grayscale: #080808. Windows color (decimal): -16250620 or 264456. OLE color: 264456.

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

Color convert

RGB 8 9 4 -
CMYK 0.11 0 0.56 0.96
HSL 72º 0.38% 0.03% -
HSV(B) 72º 0.56% 0.04% -
XYZ 0.22 0.26 0.15 -
YUV 8.13 125.67 127.91 -
System Red Green Blue C M Y K H S L
Decimal 8 9 4 0.11 0 0.56 0.96 72 0.38 0.03
Hex 8 9 4 B 0 38 60 48 26 3
Octal 10 11 4 13 0 70 140 110 46 3
Binary 1000 1001 100 1011 0 111000 1100000 1001000 100110 11

Color Harmonies of #080904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080904

Black with #080904

Text Example


Text Example

White with #080904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080904; }

 p { color: rgb(8,9,4); }

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

background-color css

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

 a { background-color: rgb(8,9,4); }

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

border-color css

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

 span { border-color: rgb(8,9,4); }

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