Html Css Color HEX #126045 Jewel

📋 copy color: '#126045'

red 18 ◦ green 96 ◦ blue 69

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

Shades of Jewel #126045

Tints of Jewel #126045

RGB

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

 GREEN value IS 96 (37.89% from 255) = 52.46%

 BLUE value IS 69 (27.34% from 255) = 37.7%

R = 9.84%
G = 52.46%
B = 37.7%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#126045 (or 0x126045) is known color: Jewel. HEX triplet: 12, 60 and 45. RGB value is (18,96,69). Sum of RGB (Red+Green+Blue) = 18+96+69=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #126045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126045 is #ED9FBA. Grayscale: #454545. Windows color (decimal): -15572923 or 4546578. OLE color: 4546578.

HSL color Cylindrical-coordinate representation of color #126045: hue angle of 159.23º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126045 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 96 69 -
CMYK 0.81 0 0.28 0.62
HSL 159.23º 0.68% 0.22% -
HSV(B) 159.23º 0.81% 0.38% -
XYZ 5.51 8.92 7.06 -
YUV 69.6 127.66 91.2 -
System Red Green Blue C M Y K H S L
Decimal 18 96 69 0.81 0 0.28 0.62 159.23 0.68 0.22
Hex 12 60 45 51 0 1C 3E 9F 44 16
Octal 22 140 105 121 0 34 76 237 104 26
Binary 10010 1100000 1000101 1010001 0 11100 111110 10011111 1000100 10110

Color Harmonies of #126045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126045

Black with #126045

Text Example


Text Example

White with #126045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126045; }

 p { color: rgb(18,96,69); }

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

background-color css

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

 a { background-color: rgb(18,96,69); }

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

border-color css

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

 span { border-color: rgb(18,96,69); }

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