Html Css Color HEX #76938E Juniper

📋 copy color: '#76938E'

red 118 ◦ green 147 ◦ blue 142

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

Shades of Juniper #76938E

Tints of Juniper #76938E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.89%

R = 28.99%
G = 36.12%
B = 34.89%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#76938E (or 0x76938E) is known color: Juniper. HEX triplet: 76, 93 and 8E. RGB value is (118,147,142). Sum of RGB (Red+Green+Blue) = 118+147+142=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 147 - color contains mainly: green. Hex color #76938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76938E is #896C71. Grayscale: #898989. Windows color (decimal): -9006194 or 9343862. OLE color: 9343862.

HSL color Cylindrical-coordinate representation of color #76938E: hue angle of 169.66º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76938E is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 142 -
CMYK 0.20 0 0.03 0.42
HSL 169.66º 0.12% 0.52% -
HSV(B) 169.66º 0.2% 0.58% -
XYZ 22.79 26.67 29.54 -
YUV 137.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 118 147 142 0.20 0 0.03 0.42 169.66 0.12 0.52
Hex 76 93 8E 14 0 3 2A AA C 34
Octal 166 223 216 24 0 3 52 252 14 64
Binary 1110110 10010011 10001110 10100 0 11 101010 10101010 1100 110100

Color Harmonies of #76938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76938E

Black with #76938E

Text Example


Text Example

White with #76938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76938E; }

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

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

background-color css

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

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

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

border-color css

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

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

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