Html Css Color HEX #126749 Jewel

📋 copy color: '#126749'

red 18 ◦ green 103 ◦ blue 73

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

Shades of Jewel #126749

Tints of Jewel #126749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 53.09%

 BLUE value IS 73 (28.91% from 255) = 37.63%

R = 9.28%
G = 53.09%
B = 37.63%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#126749 (or 0x126749) is known color: Jewel. HEX triplet: 12, 67 and 49. RGB value is (18,103,73). Sum of RGB (Red+Green+Blue) = 18+103+73=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 103 (40.62% from 255 or 53.09% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 103 - color contains mainly: green. Hex color #126749 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126749 is #ED98B6. Grayscale: #4A4A4A. Windows color (decimal): -15571127 or 4810514. OLE color: 4810514.

HSL color Cylindrical-coordinate representation of color #126749: hue angle of 158.82º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126749 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 103 73 -
CMYK 0.83 0 0.29 0.60
HSL 158.82º 0.7% 0.24% -
HSV(B) 158.82º 0.83% 0.4% -
XYZ 6.3 10.31 7.96 -
YUV 74.17 127.34 87.94 -
System Red Green Blue C M Y K H S L
Decimal 18 103 73 0.83 0 0.29 0.60 158.82 0.7 0.24
Hex 12 67 49 53 0 1D 3C 9F 46 18
Octal 22 147 111 123 0 35 74 237 106 30
Binary 10010 1100111 1001001 1010011 0 11101 111100 10011111 1000110 11000

Color Harmonies of #126749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126749

Black with #126749

Text Example


Text Example

White with #126749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126749; }

 p { color: rgb(18,103,73); }

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

background-color css

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

 a { background-color: rgb(18,103,73); }

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

border-color css

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

 span { border-color: rgb(18,103,73); }

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