Html Css Color HEX #74914D Highland

📋 copy color: '#74914D'

red 116 ◦ green 145 ◦ blue 77

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

Shades of Highland #74914D

Tints of Highland #74914D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 34.32%
G = 42.9%
B = 22.78%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#74914D (or 0x74914D) is known color: Highland. HEX triplet: 74, 91 and 4D. RGB value is (116,145,77). Sum of RGB (Red+Green+Blue) = 116+145+77=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #74914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74914D is #8B6EB2. Grayscale: #808080. Windows color (decimal): -9137843 or 5083508. OLE color: 5083508.

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

Color convert

RGB 116 145 77 -
CMYK 0.2 0 0.47 0.43
HSL 85.59º 0.31% 0.44% -
HSV(B) 85.59º 0.47% 0.57% -
XYZ 18.67 24.5 10.77 -
YUV 128.58 98.89 119.03 -
System Red Green Blue C M Y K H S L
Decimal 116 145 77 0.2 0 0.47 0.43 85.59 0.31 0.44
Hex 74 91 4D 14 0 2F 2B 56 1F 2C
Octal 164 221 115 24 0 57 53 126 37 54
Binary 1110100 10010001 1001101 10100 0 101111 101011 1010110 11111 101100

Color Harmonies of #74914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74914D

Black with #74914D

Text Example


Text Example

White with #74914D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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