Html Css Color HEX #76945B Highland

📋 copy color: '#76945B'

red 118 ◦ green 148 ◦ blue 91

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

Shades of Highland #76945B

Tints of Highland #76945B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 33.05%
G = 41.46%
B = 25.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#76945B (or 0x76945B) is known color: Highland. HEX triplet: 76, 94 and 5B. RGB value is (118,148,91). Sum of RGB (Red+Green+Blue) = 118+148+91=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #76945B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76945B is #896BA4. Grayscale: #848484. Windows color (decimal): -9005989 or 6001782. OLE color: 6001782.

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

Color convert

RGB 118 148 91 -
CMYK 0.20 0 0.39 0.42
HSL 91.58º 0.24% 0.47% -
HSV(B) 91.58º 0.39% 0.58% -
XYZ 19.95 25.79 13.82 -
YUV 132.53 104.56 117.63 -
System Red Green Blue C M Y K H S L
Decimal 118 148 91 0.20 0 0.39 0.42 91.58 0.24 0.47
Hex 76 94 5B 14 0 27 2A 5C 18 2F
Octal 166 224 133 24 0 47 52 134 30 57
Binary 1110110 10010100 1011011 10100 0 100111 101010 1011100 11000 101111

Color Harmonies of #76945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76945B

Black with #76945B

Text Example


Text Example

White with #76945B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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