Html Css Color HEX #7B9491 Juniper

📋 copy color: '#7B9491'

red 123 ◦ green 148 ◦ blue 145

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

Shades of Juniper #7B9491

Tints of Juniper #7B9491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.58%

 BLUE value IS 145 (57.03% from 255) = 34.86%

R = 29.57%
G = 35.58%
B = 34.86%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#7B9491 (or 0x7B9491) is known color: Juniper. HEX triplet: 7B, 94 and 91. RGB value is (123,148,145). Sum of RGB (Red+Green+Blue) = 123+148+145=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 148 - color contains mainly: green. Hex color #7B9491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9491 is #846B6E. Grayscale: #8C8C8C. Windows color (decimal): -8678255 or 9540731. OLE color: 9540731.

HSL color Cylindrical-coordinate representation of color #7B9491: hue angle of 172.8º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B9491 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 148 145 -
CMYK 0.17 0 0.02 0.42
HSL 172.8º 0.1% 0.53% -
HSV(B) 172.8º 0.17% 0.58% -
XYZ 23.87 27.44 30.83 -
YUV 140.18 130.72 115.74 -
System Red Green Blue C M Y K H S L
Decimal 123 148 145 0.17 0 0.02 0.42 172.8 0.1 0.53
Hex 7B 94 91 11 0 2 2A AD A 35
Octal 173 224 221 21 0 2 52 255 12 65
Binary 1111011 10010100 10010001 10001 0 10 101010 10101101 1010 110101

Color Harmonies of #7B9491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B9491

Black with #7B9491

Text Example


Text Example

White with #7B9491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,148,145); }

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

background-color css

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

 a { background-color: rgb(123,148,145); }

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

border-color css

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

 span { border-color: rgb(123,148,145); }

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