Html Css Color HEX #74995F Highland

📋 copy color: '#74995F'

red 116 ◦ green 153 ◦ blue 95

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

Shades of Highland #74995F

Tints of Highland #74995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.03%

 BLUE value IS 95 (37.5% from 255) = 26.1%

R = 31.87%
G = 42.03%
B = 26.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#74995F (or 0x74995F) is known color: Highland. HEX triplet: 74, 99 and 5F. RGB value is (116,153,95). Sum of RGB (Red+Green+Blue) = 116+153+95=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #74995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74995F is #8B66A0. Grayscale: #878787. Windows color (decimal): -9135777 or 6265204. OLE color: 6265204.

HSL color Cylindrical-coordinate representation of color #74995F: hue angle of 98.28º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74995F is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 153 95 -
CMYK 0.24 0 0.38 0.4
HSL 98.28º 0.23% 0.49% -
HSV(B) 98.28º 0.38% 0.6% -
XYZ 20.66 27.32 15.01 -
YUV 135.33 105.24 114.22 -
System Red Green Blue C M Y K H S L
Decimal 116 153 95 0.24 0 0.38 0.4 98.28 0.23 0.49
Hex 74 99 5F 18 0 26 28 62 17 31
Octal 164 231 137 30 0 46 50 142 27 61
Binary 1110100 10011001 1011111 11000 0 100110 101000 1100010 10111 110001

Color Harmonies of #74995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74995F

Black with #74995F

Text Example


Text Example

White with #74995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74995F; }

 p { color: rgb(116,153,95); }

 H1.HeaderClassName
 {
   color: #74995F;
 }
 .AnyTagClassName
 {
   color: #74995F;
 }
</style>

background-color css

<style>
 a { background-color: #74995F; }

 a { background-color: rgb(116,153,95); }

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

border-color css

<style>
 span { border-color: #74995F; }

 span { border-color: rgb(116,153,95); }

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