Html Css Color HEX #769396 Juniper

📋 copy color: '#769396'

red 118 ◦ green 147 ◦ blue 150

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

Shades of Juniper #769396

Tints of Juniper #769396

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.42%

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

R = 28.43%
G = 35.42%
B = 36.14%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#769396 (or 0x769396) is known color: Juniper. HEX triplet: 76, 93 and 96. RGB value is (118,147,150). Sum of RGB (Red+Green+Blue) = 118+147+150=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 150 - color contains mainly: blue. Hex color #769396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769396 is #896C69. Grayscale: #8A8A8A. Windows color (decimal): -9006186 or 9868150. OLE color: 9868150.

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

Color convert

RGB 118 147 150 -
CMYK 0.21 0.02 0 0.41
HSL 185.63º 0.13% 0.53% -
HSV(B) 185.63º 0.21% 0.59% -
XYZ 23.41 26.92 32.82 -
YUV 138.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 118 147 150 0.21 0.02 0 0.41 185.63 0.13 0.53
Hex 76 93 96 15 2 0 29 BA D 35
Octal 166 223 226 25 2 0 51 272 15 65
Binary 1110110 10010011 10010110 10101 10 0 101001 10111010 1101 110101

Color Harmonies of #769396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769396

Black with #769396

Text Example


Text Example

White with #769396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769396; }

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

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

background-color css

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

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

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

border-color css

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

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

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