#060800

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

Shades of Rangoon Green #060800

Tints of Rangoon Green #060800

Color information

#060800 (or 0x060800) is unknown color: approx Rangoon Green. HEX triplet: 06, 08 and 00. RGB value is (6,8,0). Sum of RGB (Red+Green+Blue) = 6+8+0=14 (1% of max value = 765). Red value is 6 (2.73% from 255 or 42.86% from 14); Green value is 8 (3.52% from 255 or 57.14% from 14); Blue value is 0 (0.39% from 255 or 0% from 14); Max value from RGB is 8 - color contains mainly: green. Hex color #060800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060800 is #F9F7FF. Grayscale: #060606. Windows color (decimal): -16381952 or 2054. OLE color: 2054.

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

Color convert

RGB680-
CMYK0.25010.97
HSL75º100%1.57%-
HSV(B)75º100%3.14%-
XYZ0.160.210.03-
YUV6.49124.34127.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 42.86%
GREEN value IS 8 (3.52% from 255) = 57.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.86%
G=57.14%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal6800.25010.97751001.57
Hex68019064614b642
Octal61003101441411131442
Binary11010000110010110010011000011001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060800; }

 p { color: rgb(6,8,0); }

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

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

 a { background-color: rgb(6,8,0); }

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

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

 span { border-color: rgb(6,8,0); }

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