Html Css Color HEX #126844 Jewel

📋 copy color: '#126844'

red 18 ◦ green 104 ◦ blue 68

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

Shades of Jewel #126844

Tints of Jewel #126844

RGB

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

 GREEN value IS 104 (41.02% from 255) = 54.74%

 BLUE value IS 68 (26.95% from 255) = 35.79%

R = 9.47%
G = 54.74%
B = 35.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#126844 (or 0x126844) is known color: Jewel. HEX triplet: 12, 68 and 44. RGB value is (18,104,68). Sum of RGB (Red+Green+Blue) = 18+104+68=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #126844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126844 is #ED97BB. Grayscale: #4A4A4A. Windows color (decimal): -15570876 or 4483090. OLE color: 4483090.

HSL color Cylindrical-coordinate representation of color #126844: hue angle of 154.88º degrees, saturation: 0.7, 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 #126844 is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 104 68 -
CMYK 0.83 0 0.35 0.59
HSL 154.88º 0.7% 0.24% -
HSV(B) 154.88º 0.83% 0.41% -
XYZ 6.24 10.45 7.16 -
YUV 74.18 124.51 87.93 -
System Red Green Blue C M Y K H S L
Decimal 18 104 68 0.83 0 0.35 0.59 154.88 0.7 0.24
Hex 12 68 44 53 0 23 3B 9B 46 18
Octal 22 150 104 123 0 43 73 233 106 30
Binary 10010 1101000 1000100 1010011 0 100011 111011 10011011 1000110 11000

Color Harmonies of #126844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126844

Black with #126844

Text Example


Text Example

White with #126844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126844; }

 p { color: rgb(18,104,68); }

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

background-color css

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

 a { background-color: rgb(18,104,68); }

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

border-color css

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

 span { border-color: rgb(18,104,68); }

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