Html Css Color HEX #76925D Highland

📋 copy color: '#76925D'

red 118 ◦ green 146 ◦ blue 93

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

Shades of Highland #76925D

Tints of Highland #76925D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.05%

R = 33.05%
G = 40.9%
B = 26.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#76925D (or 0x76925D) is known color: Highland. HEX triplet: 76, 92 and 5D. RGB value is (118,146,93). Sum of RGB (Red+Green+Blue) = 118+146+93=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #76925D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76925D is #896DA2. Grayscale: #838383. Windows color (decimal): -9006499 or 6132342. OLE color: 6132342.

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

Color convert

RGB 118 146 93 -
CMYK 0.19 0 0.36 0.43
HSL 91.7º 0.22% 0.47% -
HSV(B) 91.7º 0.36% 0.57% -
XYZ 19.73 25.2 14.18 -
YUV 131.59 106.22 118.31 -
System Red Green Blue C M Y K H S L
Decimal 118 146 93 0.19 0 0.36 0.43 91.7 0.22 0.47
Hex 76 92 5D 13 0 24 2B 5C 16 2F
Octal 166 222 135 23 0 44 53 134 26 57
Binary 1110110 10010010 1011101 10011 0 100100 101011 1011100 10110 101111

Color Harmonies of #76925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76925D

Black with #76925D

Text Example


Text Example

White with #76925D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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