Html Css Color HEX #769992 Juniper

📋 copy color: '#769992'

red 118 ◦ green 153 ◦ blue 146

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

Shades of Juniper #769992

Tints of Juniper #769992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.01%

R = 28.3%
G = 36.69%
B = 35.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#769992 (or 0x769992) is known color: Juniper. HEX triplet: 76, 99 and 92. RGB value is (118,153,146). Sum of RGB (Red+Green+Blue) = 118+153+146=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #769992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769992 is #89666D. Grayscale: #8D8D8D. Windows color (decimal): -9004654 or 9607542. OLE color: 9607542.

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

Color convert

RGB 118 153 146 -
CMYK 0.23 0 0.05 0.4
HSL 168º 0.15% 0.53% -
HSV(B) 168º 0.23% 0.6% -
XYZ 24.05 28.71 31.47 -
YUV 141.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 118 153 146 0.23 0 0.05 0.4 168 0.15 0.53
Hex 76 99 92 17 0 5 28 A8 F 35
Octal 166 231 222 27 0 5 50 250 17 65
Binary 1110110 10011001 10010010 10111 0 101 101000 10101000 1111 110101

Color Harmonies of #769992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769992

Black with #769992

Text Example


Text Example

White with #769992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769992; }

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

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

background-color css

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

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

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

border-color css

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

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

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