Html Css Color HEX #76925A Highland

📋 copy color: '#76925A'

red 118 ◦ green 146 ◦ blue 90

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

Shades of Highland #76925A

Tints of Highland #76925A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.42%

R = 33.33%
G = 41.24%
B = 25.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#76925A (or 0x76925A) is known color: Highland. HEX triplet: 76, 92 and 5A. RGB value is (118,146,90). Sum of RGB (Red+Green+Blue) = 118+146+90=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #76925A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76925A is #896DA5. Grayscale: #838383. Windows color (decimal): -9006502 or 5935734. OLE color: 5935734.

HSL color Cylindrical-coordinate representation of color #76925A: hue angle of 90º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76925A is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 90 -
CMYK 0.19 0 0.38 0.43
HSL 90º 0.24% 0.46% -
HSV(B) 90º 0.38% 0.57% -
XYZ 19.6 25.15 13.49 -
YUV 131.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 118 146 90 0.19 0 0.38 0.43 90 0.24 0.46
Hex 76 92 5A 13 0 26 2B 5A 18 2E
Octal 166 222 132 23 0 46 53 132 30 56
Binary 1110110 10010010 1011010 10011 0 100110 101011 1011010 11000 101110

Color Harmonies of #76925A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76925A

Black with #76925A

Text Example


Text Example

White with #76925A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76925A; }

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

 H1.HeaderClassName
 {
   color: #76925A;
 }
 .AnyTagClassName
 {
   color: #76925A;
 }
</style>

background-color css

<style>
 a { background-color: #76925A; }

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

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

border-color css

<style>
 span { border-color: #76925A; }

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

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