Html Css Color HEX #126946 Jewel

📋 copy color: '#126946'

red 18 ◦ green 105 ◦ blue 70

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

Shades of Jewel #126946

Tints of Jewel #126946

RGB

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

 GREEN value IS 105 (41.41% from 255) = 54.4%

 BLUE value IS 70 (27.73% from 255) = 36.27%

R = 9.33%
G = 54.4%
B = 36.27%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#126946 (or 0x126946) is known color: Jewel. HEX triplet: 12, 69 and 46. RGB value is (18,105,70). Sum of RGB (Red+Green+Blue) = 18+105+70=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #126946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126946 is #ED96B9. Grayscale: #4B4B4B. Windows color (decimal): -15570618 or 4614418. OLE color: 4614418.

HSL color Cylindrical-coordinate representation of color #126946: hue angle of 155.86º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126946 is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 70 -
CMYK 0.83 0 0.33 0.59
HSL 155.86º 0.71% 0.24% -
HSV(B) 155.86º 0.83% 0.41% -
XYZ 6.41 10.67 7.52 -
YUV 75 125.18 87.35 -
System Red Green Blue C M Y K H S L
Decimal 18 105 70 0.83 0 0.33 0.59 155.86 0.71 0.24
Hex 12 69 46 53 0 21 3B 9C 47 18
Octal 22 151 106 123 0 41 73 234 107 30
Binary 10010 1101001 1000110 1010011 0 100001 111011 10011100 1000111 11000

Color Harmonies of #126946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126946

Black with #126946

Text Example


Text Example

White with #126946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126946; }

 p { color: rgb(18,105,70); }

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

background-color css

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

 a { background-color: rgb(18,105,70); }

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

border-color css

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

 span { border-color: rgb(18,105,70); }

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