Html Css Color HEX #126944 Jewel

📋 copy color: '#126944'

red 18 ◦ green 105 ◦ blue 68

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

Shades of Jewel #126944

Tints of Jewel #126944

RGB

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

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

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

R = 9.42%
G = 54.97%
B = 35.6%

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

#126944 (or 0x126944) is known color: Jewel. HEX triplet: 12, 69 and 44. RGB value is (18,105,68). Sum of RGB (Red+Green+Blue) = 18+105+68=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #126944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126944 is #ED96BB. Grayscale: #4A4A4A. Windows color (decimal): -15570620 or 4483346. OLE color: 4483346.

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

Color convert

RGB 18 105 68 -
CMYK 0.83 0 0.35 0.59
HSL 154.48º 0.71% 0.24% -
HSV(B) 154.48º 0.83% 0.41% -
XYZ 6.34 10.65 7.19 -
YUV 74.77 124.18 87.51 -
System Red Green Blue C M Y K H S L
Decimal 18 105 68 0.83 0 0.35 0.59 154.48 0.71 0.24
Hex 12 69 44 53 0 23 3B 9A 47 18
Octal 22 151 104 123 0 43 73 232 107 30
Binary 10010 1101001 1000100 1010011 0 100011 111011 10011010 1000111 11000

Color Harmonies of #126944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126944

Black with #126944

Text Example


Text Example

White with #126944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126944; }

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

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

background-color css

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

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

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

border-color css

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

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

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