Html Css Color HEX #7B9B97 Juniper

📋 copy color: '#7B9B97'

red 123 ◦ green 155 ◦ blue 151

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

Shades of Juniper #7B9B97

Tints of Juniper #7B9B97

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.13%

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

R = 28.67%
G = 36.13%
B = 35.2%

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

#7B9B97 (or 0x7B9B97) is known color: Juniper. HEX triplet: 7B, 9B and 97. RGB value is (123,155,151). Sum of RGB (Red+Green+Blue) = 123+155+151=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 155 - color contains mainly: green. Hex color #7B9B97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9B97 is #846468. Grayscale: #909090. Windows color (decimal): -8676457 or 9935739. OLE color: 9935739.

HSL color Cylindrical-coordinate representation of color #7B9B97: hue angle of 172.5º 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 #7B9B97 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 123 155 151 -
CMYK 0.21 0 0.03 0.39
HSL 172.5º 0.14% 0.55% -
HSV(B) 172.5º 0.21% 0.61% -
XYZ 25.48 29.89 33.7 -
YUV 144.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 123 155 151 0.21 0 0.03 0.39 172.5 0.14 0.55
Hex 7B 9B 97 15 0 3 27 AC E 37
Octal 173 233 227 25 0 3 47 254 16 67
Binary 1111011 10011011 10010111 10101 0 11 100111 10101100 1110 110111

Color Harmonies of #7B9B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9B97

Black with #7B9B97

Text Example


Text Example

White with #7B9B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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