Html Css Color HEX #769691 Juniper

📋 copy color: '#769691'

red 118 ◦ green 150 ◦ blue 145

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

Shades of Juniper #769691

Tints of Juniper #769691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.32%

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

R = 28.57%
G = 36.32%
B = 35.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#769691 (or 0x769691) is known color: Juniper. HEX triplet: 76, 96 and 91. RGB value is (118,150,145). Sum of RGB (Red+Green+Blue) = 118+150+145=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 150 - color contains mainly: green. Hex color #769691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769691 is #89696E. Grayscale: #8B8B8B. Windows color (decimal): -9005423 or 9541238. OLE color: 9541238.

HSL color Cylindrical-coordinate representation of color #769691: hue angle of 170.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769691 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 150 145 -
CMYK 0.21 0 0.03 0.41
HSL 170.63º 0.13% 0.53% -
HSV(B) 170.63º 0.21% 0.59% -
XYZ 23.49 27.71 30.9 -
YUV 139.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 118 150 145 0.21 0 0.03 0.41 170.63 0.13 0.53
Hex 76 96 91 15 0 3 29 AB D 35
Octal 166 226 221 25 0 3 51 253 15 65
Binary 1110110 10010110 10010001 10101 0 11 101001 10101011 1101 110101

Color Harmonies of #769691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769691

Black with #769691

Text Example


Text Example

White with #769691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769691; }

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

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

background-color css

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

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

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

border-color css

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

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

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