Html Css Color HEX #769896 Juniper

📋 copy color: '#769896'

red 118 ◦ green 152 ◦ blue 150

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

Shades of Juniper #769896

Tints of Juniper #769896

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.19%

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 28.1%
G = 36.19%
B = 35.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#769896 (or 0x769896) is known color: Juniper. HEX triplet: 76, 98 and 96. RGB value is (118,152,150). Sum of RGB (Red+Green+Blue) = 118+152+150=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 152 - color contains mainly: green. Hex color #769896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769896 is #896769. Grayscale: #8D8D8D. Windows color (decimal): -9004906 or 9869430. OLE color: 9869430.

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

Color convert

RGB 118 152 150 -
CMYK 0.22 0 0.01 0.40
HSL 176.47º 0.14% 0.53% -
HSV(B) 176.47º 0.22% 0.6% -
XYZ 24.2 28.51 33.08 -
YUV 141.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 118 152 150 0.22 0 0.01 0.40 176.47 0.14 0.53
Hex 76 98 96 16 0 1 28 B0 E 35
Octal 166 230 226 26 0 1 50 260 16 65
Binary 1110110 10011000 10010110 10110 0 1 101000 10110000 1110 110101

Color Harmonies of #769896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769896

Black with #769896

Text Example


Text Example

White with #769896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769896; }

 p { color: rgb(118,152,150); }

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

background-color css

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

 a { background-color: rgb(118,152,150); }

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

border-color css

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

 span { border-color: rgb(118,152,150); }

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