Html Css Color HEX #156950 Jewel

📋 copy color: '#156950'

red 21 ◦ green 105 ◦ blue 80

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

Shades of Jewel #156950

Tints of Jewel #156950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50.97%

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

R = 10.19%
G = 50.97%
B = 38.83%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#156950 (or 0x156950) is known color: Jewel. HEX triplet: 15, 69 and 50. RGB value is (21,105,80). Sum of RGB (Red+Green+Blue) = 21+105+80=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #156950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156950 is #EA96AF. Grayscale: #4D4D4D. Windows color (decimal): -15374000 or 5269781. OLE color: 5269781.

HSL color Cylindrical-coordinate representation of color #156950: hue angle of 162.14º degrees, saturation: 0.67, 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 #156950 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 105 80 -
CMYK 0.80 0 0.24 0.59
HSL 162.14º 0.67% 0.25% -
HSV(B) 162.14º 0.8% 0.41% -
XYZ 6.81 10.84 9.32 -
YUV 77.03 129.67 88.03 -
System Red Green Blue C M Y K H S L
Decimal 21 105 80 0.80 0 0.24 0.59 162.14 0.67 0.25
Hex 15 69 50 50 0 18 3B A2 43 19
Octal 25 151 120 120 0 30 73 242 103 31
Binary 10101 1101001 1010000 1010000 0 11000 111011 10100010 1000011 11001

Color Harmonies of #156950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156950

Black with #156950

Text Example


Text Example

White with #156950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156950; }

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

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

background-color css

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

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

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

border-color css

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

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

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