Html Css Color HEX #126850 Jewel

📋 copy color: '#126850'

red 18 ◦ green 104 ◦ blue 80

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

Shades of Jewel #126850

Tints of Jewel #126850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.6%

R = 8.91%
G = 51.49%
B = 39.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#126850 (or 0x126850) is known color: Jewel. HEX triplet: 12, 68 and 50. RGB value is (18,104,80). Sum of RGB (Red+Green+Blue) = 18+104+80=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #126850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126850 is #ED97AF. Grayscale: #4B4B4B. Windows color (decimal): -15570864 or 5269522. OLE color: 5269522.

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

Color convert

RGB 18 104 80 -
CMYK 0.83 0 0.23 0.59
HSL 163.26º 0.7% 0.24% -
HSV(B) 163.26º 0.83% 0.41% -
XYZ 6.65 10.61 9.29 -
YUV 75.55 130.51 86.95 -
System Red Green Blue C M Y K H S L
Decimal 18 104 80 0.83 0 0.23 0.59 163.26 0.7 0.24
Hex 12 68 50 53 0 17 3B A3 46 18
Octal 22 150 120 123 0 27 73 243 106 30
Binary 10010 1101000 1010000 1010011 0 10111 111011 10100011 1000110 11000

Color Harmonies of #126850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126850

Black with #126850

Text Example


Text Example

White with #126850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126850; }

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

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

background-color css

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

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

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

border-color css

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

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

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