Html Css Color HEX #121606 Rangoon Green

📋 copy color: '#121606'

red 18 ◦ green 22 ◦ blue 6

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

Shades of Rangoon Green #121606

Tints of Rangoon Green #121606

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 value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.91

RGB Variations

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

Color information

#121606 (or 0x121606) is known color: 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

RGB 18 22 6 -
CMYK 0.18 0 0.73 0.91
HSL 75º 0.57% 0.05% -
HSV(B) 75º 0.73% 0.09% -
XYZ 0.57 0.72 0.28 -
YUV 18.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 18 22 6 0.18 0 0.73 0.91 75 0.57 0.05
Hex 12 16 6 12 0 49 5B 4B 39 5
Octal 22 26 6 22 0 111 133 113 71 5
Binary 10010 10110 110 10010 0 1001001 1011011 1001011 111001 101

Color Harmonies of #121606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121606

Black with #121606

Text Example


Text Example

White with #121606

Text Example


Text Example

HTML Codes & Css Web 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>