Html Css Color HEX #121607 Rangoon Green

📋 copy color: '#121607'

red 18 ◦ green 22 ◦ blue 7

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

Shades of Rangoon Green #121607

Tints of Rangoon Green #121607

RGB

 RED value IS 18 (7.42% from 255) = 38.3%

 GREEN value IS 22 (8.98% from 255) = 46.81%

 BLUE value IS 7 (3.13% from 255) = 14.89%

R = 38.3%
G = 46.81%
B = 14.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.91

RGB Variations

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

Color information

#121607 (or 0x121607) is known color: Rangoon Green. HEX triplet: 12, 16 and 07. RGB value is (18,22,7). Sum of RGB (Red+Green+Blue) = 18+22+7=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 22 (8.98% from 255 or 46.81% from 47); Blue value is 7 (3.12% from 255 or 14.89% from 47); Max value from RGB is 22 - color contains mainly: green. Hex color #121607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121607 is #EDE9F8. Grayscale: #131313. Windows color (decimal): -15591929 or 464402. OLE color: 464402.

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

Color convert

RGB 18 22 7 -
CMYK 0.18 0 0.68 0.91
HSL 76º 0.52% 0.06% -
HSV(B) 76º 0.68% 0.09% -
XYZ 0.57 0.72 0.31 -
YUV 19.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 18 22 7 0.18 0 0.68 0.91 76 0.52 0.06
Hex 12 16 7 12 0 44 5B 4C 34 6
Octal 22 26 7 22 0 104 133 114 64 6
Binary 10010 10110 111 10010 0 1000100 1011011 1001100 110100 110

Color Harmonies of #121607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121607

Black with #121607

Text Example


Text Example

White with #121607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121607; }

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

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

background-color css

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

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

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

border-color css

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

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

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