Html Css Color HEX #156850 Jewel

📋 copy color: '#156850'

red 21 ◦ green 104 ◦ blue 80

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

Shades of Jewel #156850

Tints of Jewel #156850

RGB

 RED value IS 21 (8.59% from 255) = 10.24%

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

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

R = 10.24%
G = 50.73%
B = 39.02%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#156850 (or 0x156850) is known color: Jewel. HEX triplet: 15, 68 and 50. RGB value is (21,104,80). Sum of RGB (Red+Green+Blue) = 21+104+80=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #156850 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156850 is #EA97AF. Grayscale: #4C4C4C. Windows color (decimal): -15374256 or 5269525. OLE color: 5269525.

HSL color Cylindrical-coordinate representation of color #156850: hue angle of 162.65º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156850 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 104 80 -
CMYK 0.80 0 0.23 0.59
HSL 162.65º 0.66% 0.25% -
HSV(B) 162.65º 0.8% 0.41% -
XYZ 6.71 10.64 9.29 -
YUV 76.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 21 104 80 0.80 0 0.23 0.59 162.65 0.66 0.25
Hex 15 68 50 50 0 17 3B A3 42 19
Octal 25 150 120 120 0 27 73 243 102 31
Binary 10101 1101000 1010000 1010000 0 10111 111011 10100011 1000010 11001

Color Harmonies of #156850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156850

Black with #156850

Text Example


Text Example

White with #156850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156850; }

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

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

background-color css

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

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

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

border-color css

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

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

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