Html Css Color HEX #156742 Jewel

📋 copy color: '#156742'

red 21 ◦ green 103 ◦ blue 66

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

Shades of Jewel #156742

Tints of Jewel #156742

RGB

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

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

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

R = 11.05%
G = 54.21%
B = 34.74%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#156742 (or 0x156742) is known color: Jewel. HEX triplet: 15, 67 and 42. RGB value is (21,103,66). Sum of RGB (Red+Green+Blue) = 21+103+66=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 103 (40.62% from 255 or 54.21% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 103 - color contains mainly: green. Hex color #156742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156742 is #EA98BD. Grayscale: #4A4A4A. Windows color (decimal): -15374526 or 4351765. OLE color: 4351765.

HSL color Cylindrical-coordinate representation of color #156742: hue angle of 152.93º 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 #156742 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 103 66 -
CMYK 0.80 0 0.36 0.60
HSL 152.93º 0.66% 0.24% -
HSV(B) 152.93º 0.8% 0.4% -
XYZ 6.14 10.25 6.81 -
YUV 74.26 123.33 90.01 -
System Red Green Blue C M Y K H S L
Decimal 21 103 66 0.80 0 0.36 0.60 152.93 0.66 0.24
Hex 15 67 42 50 0 24 3C 99 42 18
Octal 25 147 102 120 0 44 74 231 102 30
Binary 10101 1100111 1000010 1010000 0 100100 111100 10011001 1000010 11000

Color Harmonies of #156742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156742

Black with #156742

Text Example


Text Example

White with #156742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156742; }

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

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

background-color css

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

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

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

border-color css

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

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

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