Html Css Color HEX #7B9C97 Juniper

📋 copy color: '#7B9C97'

red 123 ◦ green 156 ◦ blue 151

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

Shades of Juniper #7B9C97

Tints of Juniper #7B9C97

RGB

 RED value IS 123 (48.44% from 255) = 28.6%

 GREEN value IS 156 (61.33% from 255) = 36.28%

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

R = 28.6%
G = 36.28%
B = 35.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#7B9C97 (or 0x7B9C97) is known color: Juniper. HEX triplet: 7B, 9C and 97. RGB value is (123,156,151). Sum of RGB (Red+Green+Blue) = 123+156+151=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 156 - color contains mainly: green. Hex color #7B9C97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9C97 is #846368. Grayscale: #919191. Windows color (decimal): -8676201 or 9935995. OLE color: 9935995.

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

Color convert

RGB 123 156 151 -
CMYK 0.21 0 0.03 0.39
HSL 170.91º 0.14% 0.55% -
HSV(B) 170.91º 0.21% 0.61% -
XYZ 25.64 30.22 33.76 -
YUV 145.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 123 156 151 0.21 0 0.03 0.39 170.91 0.14 0.55
Hex 7B 9C 97 15 0 3 27 AB E 37
Octal 173 234 227 25 0 3 47 253 16 67
Binary 1111011 10011100 10010111 10101 0 11 100111 10101011 1110 110111

Color Harmonies of #7B9C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9C97

Black with #7B9C97

Text Example


Text Example

White with #7B9C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,156,151); }

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

background-color css

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

 a { background-color: rgb(123,156,151); }

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

border-color css

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

 span { border-color: rgb(123,156,151); }

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