Html Css Color HEX #769695 Juniper

📋 copy color: '#769695'

red 118 ◦ green 150 ◦ blue 149

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

Shades of Juniper #769695

Tints of Juniper #769695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 28.3%
G = 35.97%
B = 35.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#769695 (or 0x769695) is known color: Juniper. HEX triplet: 76, 96 and 95. RGB value is (118,150,149). Sum of RGB (Red+Green+Blue) = 118+150+149=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 150 - color contains mainly: green. Hex color #769695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769695 is #89696A. Grayscale: #8C8C8C. Windows color (decimal): -9005419 or 9803382. OLE color: 9803382.

HSL color Cylindrical-coordinate representation of color #769695: hue angle of 178.12º 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 #769695 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 150 149 -
CMYK 0.21 0 0.01 0.41
HSL 178.13º 0.13% 0.53% -
HSV(B) 178.13º 0.21% 0.59% -
XYZ 23.8 27.83 32.55 -
YUV 140.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 118 150 149 0.21 0 0.01 0.41 178.13 0.13 0.53
Hex 76 96 95 15 0 1 29 B2 D 35
Octal 166 226 225 25 0 1 51 262 15 65
Binary 1110110 10010110 10010101 10101 0 1 101001 10110010 1101 110101

Color Harmonies of #769695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769695

Black with #769695

Text Example


Text Example

White with #769695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769695; }

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

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

background-color css

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

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

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

border-color css

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

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

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