Html Css Color HEX #126842 Jewel

📋 copy color: '#126842'

red 18 ◦ green 104 ◦ blue 66

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

Shades of Jewel #126842

Tints of Jewel #126842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.32%

 BLUE value IS 66 (26.17% from 255) = 35.11%

R = 9.57%
G = 55.32%
B = 35.11%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#126842 (or 0x126842) is known color: Jewel. HEX triplet: 12, 68 and 42. RGB value is (18,104,66). Sum of RGB (Red+Green+Blue) = 18+104+66=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 104 (41.02% from 255 or 55.32% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 104 - color contains mainly: green. Hex color #126842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126842 is #ED97BD. Grayscale: #4A4A4A. Windows color (decimal): -15570878 or 4352018. OLE color: 4352018.

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

Color convert

RGB 18 104 66 -
CMYK 0.83 0 0.37 0.59
HSL 153.49º 0.7% 0.24% -
HSV(B) 153.49º 0.83% 0.41% -
XYZ 6.18 10.42 6.84 -
YUV 73.95 123.51 88.09 -
System Red Green Blue C M Y K H S L
Decimal 18 104 66 0.83 0 0.37 0.59 153.49 0.7 0.24
Hex 12 68 42 53 0 25 3B 99 46 18
Octal 22 150 102 123 0 45 73 231 106 30
Binary 10010 1101000 1000010 1010011 0 100101 111011 10011001 1000110 11000

Color Harmonies of #126842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126842

Black with #126842

Text Example


Text Example

White with #126842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126842; }

 p { color: rgb(18,104,66); }

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

background-color css

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

 a { background-color: rgb(18,104,66); }

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

border-color css

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

 span { border-color: rgb(18,104,66); }

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