Html Css Color HEX #76914D Highland

📋 copy color: '#76914D'

red 118 ◦ green 145 ◦ blue 77

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

Shades of Highland #76914D

Tints of Highland #76914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.65%

 BLUE value IS 77 (30.47% from 255) = 22.65%

R = 34.71%
G = 42.65%
B = 22.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#76914D (or 0x76914D) is known color: Highland. HEX triplet: 76, 91 and 4D. RGB value is (118,145,77). Sum of RGB (Red+Green+Blue) = 118+145+77=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #76914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76914D is #896EB2. Grayscale: #818181. Windows color (decimal): -9006771 or 5083510. OLE color: 5083510.

HSL color Cylindrical-coordinate representation of color #76914D: hue angle of 83.82º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76914D is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 77 -
CMYK 0.19 0 0.47 0.43
HSL 83.82º 0.31% 0.44% -
HSV(B) 83.82º 0.47% 0.57% -
XYZ 18.94 24.64 10.78 -
YUV 129.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 118 145 77 0.19 0 0.47 0.43 83.82 0.31 0.44
Hex 76 91 4D 13 0 2F 2B 54 1F 2C
Octal 166 221 115 23 0 57 53 124 37 54
Binary 1110110 10010001 1001101 10011 0 101111 101011 1010100 11111 101100

Color Harmonies of #76914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76914D

Black with #76914D

Text Example


Text Example

White with #76914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76914D; }

 p { color: rgb(118,145,77); }

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

background-color css

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

 a { background-color: rgb(118,145,77); }

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

border-color css

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

 span { border-color: rgb(118,145,77); }

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