Html Css Color HEX #7A9F98 Juniper

📋 copy color: '#7A9F98'

red 122 ◦ green 159 ◦ blue 152

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

Shades of Juniper #7A9F98

Tints of Juniper #7A9F98

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.72%

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

R = 28.18%
G = 36.72%
B = 35.1%

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

#7A9F98 (or 0x7A9F98) is known color: Juniper. HEX triplet: 7A, 9F and 98. RGB value is (122,159,152). Sum of RGB (Red+Green+Blue) = 122+159+152=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9F98 is #856067. Grayscale: #939393. Windows color (decimal): -8740968 or 10002298. OLE color: 10002298.

HSL color Cylindrical-coordinate representation of color #7A9F98: hue angle of 168.65º 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 #7A9F98 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 159 152 -
CMYK 0.23 0 0.04 0.38
HSL 168.65º 0.16% 0.55% -
HSV(B) 168.65º 0.23% 0.62% -
XYZ 26.09 31.2 34.35 -
YUV 147.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 122 159 152 0.23 0 0.04 0.38 168.65 0.16 0.55
Hex 7A 9F 98 17 0 4 26 A9 10 37
Octal 172 237 230 27 0 4 46 251 20 67
Binary 1111010 10011111 10011000 10111 0 100 100110 10101001 10000 110111

Color Harmonies of #7A9F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9F98

Black with #7A9F98

Text Example


Text Example

White with #7A9F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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