Html Css Color HEX #7A9B97 Juniper

📋 copy color: '#7A9B97'

red 122 ◦ green 155 ◦ blue 151

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

Shades of Juniper #7A9B97

Tints of Juniper #7A9B97

RGB

 RED value IS 122 (48.05% from 255) = 28.5%

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

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

R = 28.5%
G = 36.21%
B = 35.28%

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

#7A9B97 (or 0x7A9B97) is known color: Juniper. HEX triplet: 7A, 9B and 97. RGB value is (122,155,151). Sum of RGB (Red+Green+Blue) = 122+155+151=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9B97 is #856468. Grayscale: #909090. Windows color (decimal): -8741993 or 9935738. OLE color: 9935738.

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

Color convert

RGB 122 155 151 -
CMYK 0.21 0 0.03 0.39
HSL 172.73º 0.14% 0.54% -
HSV(B) 172.73º 0.21% 0.61% -
XYZ 25.33 29.81 33.7 -
YUV 144.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 122 155 151 0.21 0 0.03 0.39 172.73 0.14 0.54
Hex 7A 9B 97 15 0 3 27 AD E 36
Octal 172 233 227 25 0 3 47 255 16 66
Binary 1111010 10011011 10010111 10101 0 11 100111 10101101 1110 110110

Color Harmonies of #7A9B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9B97

Black with #7A9B97

Text Example


Text Example

White with #7A9B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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