Html Css Color HEX #769997 Juniper

📋 copy color: '#769997'

red 118 ◦ green 153 ◦ blue 151

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

Shades of Juniper #769997

Tints of Juniper #769997

RGB

 RED value IS 118 (46.48% from 255) = 27.96%

 GREEN value IS 153 (60.16% from 255) = 36.26%

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

R = 27.96%
G = 36.26%
B = 35.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#769997 (or 0x769997) is known color: Juniper. HEX triplet: 76, 99 and 97. RGB value is (118,153,151). Sum of RGB (Red+Green+Blue) = 118+153+151=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #769997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769997 is #896668. Grayscale: #8E8E8E. Windows color (decimal): -9004649 or 9935222. OLE color: 9935222.

HSL color Cylindrical-coordinate representation of color #769997: hue angle of 176.57º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #769997 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 151 -
CMYK 0.23 0 0.01 0.4
HSL 176.57º 0.15% 0.53% -
HSV(B) 176.57º 0.23% 0.6% -
XYZ 24.45 28.87 33.56 -
YUV 142.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 118 153 151 0.23 0 0.01 0.4 176.57 0.15 0.53
Hex 76 99 97 17 0 1 28 B1 F 35
Octal 166 231 227 27 0 1 50 261 17 65
Binary 1110110 10011001 10010111 10111 0 1 101000 10110001 1111 110101

Color Harmonies of #769997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769997

Black with #769997

Text Example


Text Example

White with #769997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769997; }

 p { color: rgb(118,153,151); }

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

background-color css

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

 a { background-color: rgb(118,153,151); }

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

border-color css

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

 span { border-color: rgb(118,153,151); }

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