Html Css Color HEX #769F99 Juniper

📋 copy color: '#769F99'

red 118 ◦ green 159 ◦ blue 153

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

Shades of Juniper #769F99

Tints of Juniper #769F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.58%

R = 27.44%
G = 36.98%
B = 35.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#769F99 (or 0x769F99) is known color: Juniper. HEX triplet: 76, 9F and 99. RGB value is (118,159,153). Sum of RGB (Red+Green+Blue) = 118+159+153=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #769F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769F99 is #896066. Grayscale: #929292. Windows color (decimal): -9003111 or 10067830. OLE color: 10067830.

HSL color Cylindrical-coordinate representation of color #769F99: hue angle of 171.22º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #769F99 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 159 153 -
CMYK 0.26 0 0.04 0.38
HSL 171.22º 0.18% 0.54% -
HSV(B) 171.22º 0.26% 0.62% -
XYZ 25.62 30.95 34.76 -
YUV 146.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 118 159 153 0.26 0 0.04 0.38 171.22 0.18 0.54
Hex 76 9F 99 1A 0 4 26 AB 12 36
Octal 166 237 231 32 0 4 46 253 22 66
Binary 1110110 10011111 10011001 11010 0 100 100110 10101011 10010 110110

Color Harmonies of #769F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769F99

Black with #769F99

Text Example


Text Example

White with #769F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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