Html Css Color HEX #76914B Highland

📋 copy color: '#76914B'

red 118 ◦ green 145 ◦ blue 75

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

Shades of Highland #76914B

Tints of Highland #76914B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.19%

R = 34.91%
G = 42.9%
B = 22.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#76914B (or 0x76914B) is known color: Highland. HEX triplet: 76, 91 and 4B. RGB value is (118,145,75). Sum of RGB (Red+Green+Blue) = 118+145+75=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #76914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76914B is #896EB4. Grayscale: #818181. Windows color (decimal): -9006773 or 4952438. OLE color: 4952438.

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

Color convert

RGB 118 145 75 -
CMYK 0.19 0 0.48 0.43
HSL 83.14º 0.32% 0.43% -
HSV(B) 83.14º 0.48% 0.57% -
XYZ 18.87 24.61 10.41 -
YUV 128.95 97.55 120.19 -
System Red Green Blue C M Y K H S L
Decimal 118 145 75 0.19 0 0.48 0.43 83.14 0.32 0.43
Hex 76 91 4B 13 0 30 2B 53 20 2B
Octal 166 221 113 23 0 60 53 123 40 53
Binary 1110110 10010001 1001011 10011 0 110000 101011 1010011 100000 101011

Color Harmonies of #76914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76914B

Black with #76914B

Text Example


Text Example

White with #76914B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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