Html Css Color HEX #126744 Jewel

📋 copy color: '#126744'

red 18 ◦ green 103 ◦ blue 68

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

Shades of Jewel #126744

Tints of Jewel #126744

RGB

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

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

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

R = 9.52%
G = 54.5%
B = 35.98%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.34

 K value IS 0.60

RGB Variations

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

Color information

#126744 (or 0x126744) is known color: Jewel. HEX triplet: 12, 67 and 44. RGB value is (18,103,68). Sum of RGB (Red+Green+Blue) = 18+103+68=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #126744 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126744 is #ED98BB. Grayscale: #494949. Windows color (decimal): -15571132 or 4482834. OLE color: 4482834.

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

Color convert

RGB 18 103 68 -
CMYK 0.83 0 0.34 0.60
HSL 155.29º 0.7% 0.24% -
HSV(B) 155.29º 0.83% 0.4% -
XYZ 6.14 10.25 7.12 -
YUV 73.6 124.84 88.35 -
System Red Green Blue C M Y K H S L
Decimal 18 103 68 0.83 0 0.34 0.60 155.29 0.7 0.24
Hex 12 67 44 53 0 22 3C 9B 46 18
Octal 22 147 104 123 0 42 74 233 106 30
Binary 10010 1100111 1000100 1010011 0 100010 111100 10011011 1000110 11000

Color Harmonies of #126744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126744

Black with #126744

Text Example


Text Example

White with #126744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126744; }

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

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

background-color css

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

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

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

border-color css

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

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

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