Html Css Color HEX #76945F Highland

📋 copy color: '#76945F'

red 118 ◦ green 148 ◦ blue 95

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

Shades of Highland #76945F

Tints of Highland #76945F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41%

 BLUE value IS 95 (37.5% from 255) = 26.32%

R = 32.69%
G = 41%
B = 26.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#76945F (or 0x76945F) is known color: Highland. HEX triplet: 76, 94 and 5F. RGB value is (118,148,95). Sum of RGB (Red+Green+Blue) = 118+148+95=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #76945F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76945F is #896BA0. Grayscale: #858585. Windows color (decimal): -9005985 or 6263926. OLE color: 6263926.

HSL color Cylindrical-coordinate representation of color #76945F: hue angle of 93.96º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76945F is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 148 95 -
CMYK 0.20 0 0.36 0.42
HSL 93.96º 0.22% 0.48% -
HSV(B) 93.96º 0.36% 0.58% -
XYZ 20.13 25.86 14.76 -
YUV 132.99 106.56 117.31 -
System Red Green Blue C M Y K H S L
Decimal 118 148 95 0.20 0 0.36 0.42 93.96 0.22 0.48
Hex 76 94 5F 14 0 24 2A 5E 16 30
Octal 166 224 137 24 0 44 52 136 26 60
Binary 1110110 10010100 1011111 10100 0 100100 101010 1011110 10110 110000

Color Harmonies of #76945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76945F

Black with #76945F

Text Example


Text Example

White with #76945F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76945F; }

 p { color: rgb(118,148,95); }

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

background-color css

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

 a { background-color: rgb(118,148,95); }

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

border-color css

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

 span { border-color: rgb(118,148,95); }

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