Html Css Color HEX #7C9D97 Juniper

📋 copy color: '#7C9D97'

red 124 ◦ green 157 ◦ blue 151

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

Shades of Juniper #7C9D97

Tints of Juniper #7C9D97

RGB

 RED value IS 124 (48.83% from 255) = 28.7%

 GREEN value IS 157 (61.72% from 255) = 36.34%

 BLUE value IS 151 (59.38% from 255) = 34.95%

R = 28.7%
G = 36.34%
B = 34.95%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#7C9D97 (or 0x7C9D97) is known color: Juniper. HEX triplet: 7C, 9D and 97. RGB value is (124,157,151). Sum of RGB (Red+Green+Blue) = 124+157+151=432 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.70% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 157 - color contains mainly: green. Hex color #7C9D97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9D97 is #836268. Grayscale: #929292. Windows color (decimal): -8610409 or 9936252. OLE color: 9936252.

HSL color Cylindrical-coordinate representation of color #7C9D97: hue angle of 169.09º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C9D97 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 157 151 -
CMYK 0.21 0 0.04 0.38
HSL 169.09º 0.14% 0.55% -
HSV(B) 169.09º 0.21% 0.62% -
XYZ 25.96 30.63 33.82 -
YUV 146.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 124 157 151 0.21 0 0.04 0.38 169.09 0.14 0.55
Hex 7C 9D 97 15 0 4 26 A9 E 37
Octal 174 235 227 25 0 4 46 251 16 67
Binary 1111100 10011101 10010111 10101 0 100 100110 10101001 1110 110111

Color Harmonies of #7C9D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9D97

Black with #7C9D97

Text Example


Text Example

White with #7C9D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C9D97; }

 p { color: rgb(124,157,151); }

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

background-color css

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

 a { background-color: rgb(124,157,151); }

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

border-color css

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

 span { border-color: rgb(124,157,151); }

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