Html Css Color HEX #769A93 Juniper

📋 copy color: '#769A93'

red 118 ◦ green 154 ◦ blue 147

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

Shades of Juniper #769A93

Tints of Juniper #769A93

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.75%

 BLUE value IS 147 (57.81% from 255) = 35.08%

R = 28.16%
G = 36.75%
B = 35.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#769A93 (or 0x769A93) is known color: Juniper. HEX triplet: 76, 9A and 93. RGB value is (118,154,147). Sum of RGB (Red+Green+Blue) = 118+154+147=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 154 - color contains mainly: green. Hex color #769A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769A93 is #89656C. Grayscale: #8E8E8E. Windows color (decimal): -9004397 or 9673334. OLE color: 9673334.

HSL color Cylindrical-coordinate representation of color #769A93: hue angle of 168.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #769A93 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 154 147 -
CMYK 0.23 0 0.05 0.40
HSL 168.33º 0.15% 0.53% -
HSV(B) 168.33º 0.23% 0.6% -
XYZ 24.29 29.07 31.93 -
YUV 142.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 118 154 147 0.23 0 0.05 0.40 168.33 0.15 0.53
Hex 76 9A 93 17 0 5 28 A8 F 35
Octal 166 232 223 27 0 5 50 250 17 65
Binary 1110110 10011010 10010011 10111 0 101 101000 10101000 1111 110101

Color Harmonies of #769A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769A93

Black with #769A93

Text Example


Text Example

White with #769A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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