Html Css Color HEX #7A9B98 Juniper

📋 copy color: '#7A9B98'

red 122 ◦ green 155 ◦ blue 152

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

Shades of Juniper #7A9B98

Tints of Juniper #7A9B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.43%

R = 28.44%
G = 36.13%
B = 35.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#7A9B98 (or 0x7A9B98) is known color: Juniper. HEX triplet: 7A, 9B and 98. RGB value is (122,155,152). Sum of RGB (Red+Green+Blue) = 122+155+152=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9B98 is #856467. Grayscale: #909090. Windows color (decimal): -8741992 or 10001274. OLE color: 10001274.

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

Color convert

RGB 122 155 152 -
CMYK 0.21 0 0.02 0.39
HSL 174.55º 0.14% 0.54% -
HSV(B) 174.55º 0.21% 0.61% -
XYZ 25.41 29.85 34.13 -
YUV 144.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 122 155 152 0.21 0 0.02 0.39 174.55 0.14 0.54
Hex 7A 9B 98 15 0 2 27 AF E 36
Octal 172 233 230 25 0 2 47 257 16 66
Binary 1111010 10011011 10011000 10101 0 10 100111 10101111 1110 110110

Color Harmonies of #7A9B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9B98

Black with #7A9B98

Text Example


Text Example

White with #7A9B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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