Html Css Color HEX #769698 Juniper

📋 copy color: '#769698'

red 118 ◦ green 150 ◦ blue 152

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

Shades of Juniper #769698

Tints of Juniper #769698

RGB

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

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

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

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

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

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

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

Color convert

RGB 118 150 152 -
CMYK 0.22 0.01 0 0.40
HSL 183.53º 0.14% 0.53% -
HSV(B) 183.53º 0.22% 0.6% -
XYZ 24.05 27.93 33.83 -
YUV 140.66 134.4 111.84 -
System Red Green Blue C M Y K H S L
Decimal 118 150 152 0.22 0.01 0 0.40 183.53 0.14 0.53
Hex 76 96 98 16 1 0 28 B8 E 35
Octal 166 226 230 26 1 0 50 270 16 65
Binary 1110110 10010110 10011000 10110 1 0 101000 10111000 1110 110101

Color Harmonies of #769698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769698

Black with #769698

Text Example


Text Example

White with #769698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769698; }

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

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

background-color css

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

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

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

border-color css

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

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

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