Html Css Color HEX #74915B Highland

📋 copy color: '#74915B'

red 116 ◦ green 145 ◦ blue 91

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

Shades of Highland #74915B

Tints of Highland #74915B

RGB

 RED value IS 116 (45.7% from 255) = 32.95%

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

 BLUE value IS 91 (35.94% from 255) = 25.85%

R = 32.95%
G = 41.19%
B = 25.85%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#74915B (or 0x74915B) is known color: Highland. HEX triplet: 74, 91 and 5B. RGB value is (116,145,91). Sum of RGB (Red+Green+Blue) = 116+145+91=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #74915B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74915B is #8B6EA4. Grayscale: #828282. Windows color (decimal): -9137829 or 6001012. OLE color: 6001012.

HSL color Cylindrical-coordinate representation of color #74915B: hue angle of 92.22º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74915B is Cyan = 0.2, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 91 -
CMYK 0.2 0 0.37 0.43
HSL 92.22º 0.23% 0.46% -
HSV(B) 92.22º 0.37% 0.57% -
XYZ 19.22 24.72 13.66 -
YUV 130.17 105.89 117.89 -
System Red Green Blue C M Y K H S L
Decimal 116 145 91 0.2 0 0.37 0.43 92.22 0.23 0.46
Hex 74 91 5B 14 0 25 2B 5C 17 2E
Octal 164 221 133 24 0 45 53 134 27 56
Binary 1110100 10010001 1011011 10100 0 100101 101011 1011100 10111 101110

Color Harmonies of #74915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74915B

Black with #74915B

Text Example


Text Example

White with #74915B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,145,91); }

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

background-color css

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

 a { background-color: rgb(116,145,91); }

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

border-color css

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

 span { border-color: rgb(116,145,91); }

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