Html Css Color HEX #7A9E98 Juniper

📋 copy color: '#7A9E98'

red 122 ◦ green 158 ◦ blue 152

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

Shades of Juniper #7A9E98

Tints of Juniper #7A9E98

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.57%

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

R = 28.24%
G = 36.57%
B = 35.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#7A9E98 (or 0x7A9E98) is known color: Juniper. HEX triplet: 7A, 9E and 98. RGB value is (122,158,152). Sum of RGB (Red+Green+Blue) = 122+158+152=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 158 - color contains mainly: green. Hex color #7A9E98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9E98 is #856167. Grayscale: #929292. Windows color (decimal): -8741224 or 10002042. OLE color: 10002042.

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

Color convert

RGB 122 158 152 -
CMYK 0.23 0 0.04 0.38
HSL 170º 0.16% 0.55% -
HSV(B) 170º 0.23% 0.62% -
XYZ 25.92 30.86 34.3 -
YUV 146.55 131.07 110.49 -
System Red Green Blue C M Y K H S L
Decimal 122 158 152 0.23 0 0.04 0.38 170 0.16 0.55
Hex 7A 9E 98 17 0 4 26 AA 10 37
Octal 172 236 230 27 0 4 46 252 20 67
Binary 1111010 10011110 10011000 10111 0 100 100110 10101010 10000 110111

Color Harmonies of #7A9E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9E98

Black with #7A9E98

Text Example


Text Example

White with #7A9E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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