Html Css Color HEX #080A09 Dark Green

📋 copy color: '#080A09'

red 8 ◦ green 10 ◦ blue 9

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

Shades of Dark Green #080A09

Tints of Dark Green #080A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 37.04%

 BLUE value IS 9 (3.91% from 255) = 33.33%

R = 29.63%
G = 37.04%
B = 33.33%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.10

 K value IS 0.96

RGB Variations

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

Color information

#080A09 (or 0x080A09) is known color: Dark Green. HEX triplet: 08, 0A and 09. RGB value is (8,10,9). Sum of RGB (Red+Green+Blue) = 8+10+9=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 10 (4.30% from 255 or 37.04% from 27); Blue value is 9 (3.91% from 255 or 33.33% from 27); Max value from RGB is 10 - color contains mainly: green. Hex color #080A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A09 is #F7F5F6. Grayscale: #090909. Windows color (decimal): -16250359 or 592392. OLE color: 592392.

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

Color convert

RGB 8 10 9 -
CMYK 0.2 0 0.10 0.96
HSL 150º 0.11% 0.04% -
HSV(B) 150º 0.2% 0.04% -
XYZ 0.26 0.29 0.3 -
YUV 9.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 8 10 9 0.2 0 0.10 0.96 150 0.11 0.04
Hex 8 A 9 14 0 A 60 96 B 4
Octal 10 12 11 24 0 12 140 226 13 4
Binary 1000 1010 1001 10100 0 1010 1100000 10010110 1011 100

Color Harmonies of #080A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080A09

Black with #080A09

Text Example


Text Example

White with #080A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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