#121606

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

Shades of Rangoon Green #121606

Tints of Rangoon Green #121606

Color information

#121606 (or 0x121606) is unknown color: approx Rangoon Green. HEX triplet: 12, 16 and 06. RGB value is (18,22,6). Sum of RGB (Red+Green+Blue) = 18+22+6=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 22 (8.98% from 255 or 47.83% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 22 - color contains mainly: green. Hex color #121606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121606 is #EDE9F9. Grayscale: #131313. Windows color (decimal): -15591930 or 398866. OLE color: 398866.

HSL color Cylindrical-coordinate representation of color #121606: hue angle of 75º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #121606 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.91.

Color convert

RGB18226-
CMYK0.1800.730.91
HSL75º57.14%5.49%-
HSV(B)75º72.73%8.63%-
XYZ0.570.720.28-
YUV18.98120.67127.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 39.13%
GREEN value IS 22 (8.98% from 255) = 47.83%
BLUE value IS 6 (2.73% from 255) = 13.04%
R=39.13%
G=47.83%
B=13.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal182260.1800.730.917557.145.49
Hex12166120495B4b395
Octal22266220111133113715
Binary1001010110110100100100100110110111001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121606; }

 p { color: rgb(18,22,6); }

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

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

 a { background-color: rgb(18,22,6); }

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

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

 span { border-color: rgb(18,22,6); }

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