Html Css Color HEX #156740 Jewel

📋 copy color: '#156740'

red 21 ◦ green 103 ◦ blue 64

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

Shades of Jewel #156740

Tints of Jewel #156740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 54.79%

 BLUE value IS 64 (25.39% from 255) = 34.04%

R = 11.17%
G = 54.79%
B = 34.04%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#156740 (or 0x156740) is known color: Jewel. HEX triplet: 15, 67 and 40. RGB value is (21,103,64). Sum of RGB (Red+Green+Blue) = 21+103+64=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #156740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156740 is #EA98BF. Grayscale: #4A4A4A. Windows color (decimal): -15374528 or 4220693. OLE color: 4220693.

HSL color Cylindrical-coordinate representation of color #156740: hue angle of 151.46º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156740 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 103 64 -
CMYK 0.80 0 0.38 0.60
HSL 151.46º 0.66% 0.24% -
HSV(B) 151.46º 0.8% 0.4% -
XYZ 6.08 10.23 6.5 -
YUV 74.04 122.33 90.17 -
System Red Green Blue C M Y K H S L
Decimal 21 103 64 0.80 0 0.38 0.60 151.46 0.66 0.24
Hex 15 67 40 50 0 26 3C 97 42 18
Octal 25 147 100 120 0 46 74 227 102 30
Binary 10101 1100111 1000000 1010000 0 100110 111100 10010111 1000010 11000

Color Harmonies of #156740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156740

Black with #156740

Text Example


Text Example

White with #156740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156740; }

 p { color: rgb(21,103,64); }

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

background-color css

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

 a { background-color: rgb(21,103,64); }

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

border-color css

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

 span { border-color: rgb(21,103,64); }

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