Html Css Color HEX #76924C Highland

📋 copy color: '#76924C'

red 118 ◦ green 146 ◦ blue 76

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

Shades of Highland #76924C

Tints of Highland #76924C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.94%

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 34.71%
G = 42.94%
B = 22.35%

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

#76924C (or 0x76924C) is known color: Highland. HEX triplet: 76, 92 and 4C. RGB value is (118,146,76). Sum of RGB (Red+Green+Blue) = 118+146+76=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #76924C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76924C is #896DB3. Grayscale: #818181. Windows color (decimal): -9006516 or 5018230. OLE color: 5018230.

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

Color convert

RGB 118 146 76 -
CMYK 0.19 0 0.48 0.43
HSL 84º 0.32% 0.44% -
HSV(B) 84º 0.48% 0.57% -
XYZ 19.05 24.93 10.65 -
YUV 129.65 97.72 119.69 -
System Red Green Blue C M Y K H S L
Decimal 118 146 76 0.19 0 0.48 0.43 84 0.32 0.44
Hex 76 92 4C 13 0 30 2B 54 20 2C
Octal 166 222 114 23 0 60 53 124 40 54
Binary 1110110 10010010 1001100 10011 0 110000 101011 1010100 100000 101100

Color Harmonies of #76924C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76924C

Black with #76924C

Text Example


Text Example

White with #76924C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76924C; }

 p { color: rgb(118,146,76); }

 H1.HeaderClassName
 {
   color: #76924C;
 }
 .AnyTagClassName
 {
   color: #76924C;
 }
</style>

background-color css

<style>
 a { background-color: #76924C; }

 a { background-color: rgb(118,146,76); }

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

border-color css

<style>
 span { border-color: #76924C; }

 span { border-color: rgb(118,146,76); }

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