Html Css Color HEX #74985D Highland

📋 copy color: '#74985D'

red 116 ◦ green 152 ◦ blue 93

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

Shades of Highland #74985D

Tints of Highland #74985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.11%

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

R = 32.13%
G = 42.11%
B = 25.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#74985D (or 0x74985D) is known color: Highland. HEX triplet: 74, 98 and 5D. RGB value is (116,152,93). Sum of RGB (Red+Green+Blue) = 116+152+93=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #74985D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74985D is #8B67A2. Grayscale: #868686. Windows color (decimal): -9136035 or 6133876. OLE color: 6133876.

HSL color Cylindrical-coordinate representation of color #74985D: hue angle of 96.61º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74985D is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 93 -
CMYK 0.24 0 0.39 0.40
HSL 96.61º 0.24% 0.48% -
HSV(B) 96.61º 0.39% 0.6% -
XYZ 20.41 26.96 14.48 -
YUV 134.51 104.57 114.8 -
System Red Green Blue C M Y K H S L
Decimal 116 152 93 0.24 0 0.39 0.40 96.61 0.24 0.48
Hex 74 98 5D 18 0 27 28 61 18 30
Octal 164 230 135 30 0 47 50 141 30 60
Binary 1110100 10011000 1011101 11000 0 100111 101000 1100001 11000 110000

Color Harmonies of #74985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74985D

Black with #74985D

Text Example


Text Example

White with #74985D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,152,93); }

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

background-color css

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

 a { background-color: rgb(116,152,93); }

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

border-color css

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

 span { border-color: rgb(116,152,93); }

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