Html Css Color HEX #126941 Jewel

📋 copy color: '#126941'

red 18 ◦ green 105 ◦ blue 65

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

Shades of Jewel #126941

Tints of Jewel #126941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.57%

R = 9.57%
G = 55.85%
B = 34.57%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#126941 (or 0x126941) is known color: Jewel. HEX triplet: 12, 69 and 41. RGB value is (18,105,65). Sum of RGB (Red+Green+Blue) = 18+105+65=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #126941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126941 is #ED96BE. Grayscale: #4A4A4A. Windows color (decimal): -15570623 or 4286738. OLE color: 4286738.

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

Color convert

RGB 18 105 65 -
CMYK 0.83 0 0.38 0.59
HSL 152.41º 0.71% 0.24% -
HSV(B) 152.41º 0.83% 0.41% -
XYZ 6.26 10.61 6.72 -
YUV 74.43 122.68 87.75 -
System Red Green Blue C M Y K H S L
Decimal 18 105 65 0.83 0 0.38 0.59 152.41 0.71 0.24
Hex 12 69 41 53 0 26 3B 98 47 18
Octal 22 151 101 123 0 46 73 230 107 30
Binary 10010 1101001 1000001 1010011 0 100110 111011 10011000 1000111 11000

Color Harmonies of #126941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126941

Black with #126941

Text Example


Text Example

White with #126941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126941; }

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

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

background-color css

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

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

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

border-color css

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

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

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