#080905

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

Shades of Rangoon Green #080905

Tints of Rangoon Green #080905

Color information

#080905 (or 0x080905) is unknown color: approx Rangoon Green. HEX triplet: 08, 09 and 05. RGB value is (8,9,5). Sum of RGB (Red+Green+Blue) = 8+9+5=22 (2% of max value = 765). Red value is 8 (3.52% from 255 or 36.36% from 22); Green value is 9 (3.91% from 255 or 40.91% from 22); Blue value is 5 (2.34% from 255 or 22.73% from 22); Max value from RGB is 9 - color contains mainly: green. Hex color #080905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080905 is #F7F6FA. Grayscale: #080808. Windows color (decimal): -16250619 or 329992. OLE color: 329992.

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

Color convert

RGB895-
CMYK0.1100.440.96
HSL75º28.57%2.75%-
HSV(B)75º44.44%3.53%-
XYZ0.230.260.18-
YUV8.24126.17127.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 36.36%
GREEN value IS 9 (3.91% from 255) = 40.91%
BLUE value IS 5 (2.34% from 255) = 22.73%
R=36.36%
G=40.91%
B=22.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal8950.1100.440.967528.572.75
Hex895B02C604b1d3
Octal1011513054140113353
Binary1000100110110110101100110000010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080905; }

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

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

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

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

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

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

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

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