Html Css Color HEX #74985F Highland

📋 copy color: '#74985F'

red 116 ◦ green 152 ◦ blue 95

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

Shades of Highland #74985F

Tints of Highland #74985F

RGB

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

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

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

R = 31.96%
G = 41.87%
B = 26.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#74985F (or 0x74985F) is known color: Highland. HEX triplet: 74, 98 and 5F. RGB value is (116,152,95). Sum of RGB (Red+Green+Blue) = 116+152+95=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #74985F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74985F is #8B67A0. Grayscale: #868686. Windows color (decimal): -9136033 or 6264948. OLE color: 6264948.

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

Color convert

RGB 116 152 95 -
CMYK 0.24 0 0.38 0.40
HSL 97.89º 0.23% 0.48% -
HSV(B) 97.89º 0.38% 0.6% -
XYZ 20.5 27 14.96 -
YUV 134.74 105.57 114.63 -
System Red Green Blue C M Y K H S L
Decimal 116 152 95 0.24 0 0.38 0.40 97.89 0.23 0.48
Hex 74 98 5F 18 0 26 28 62 17 30
Octal 164 230 137 30 0 46 50 142 27 60
Binary 1110100 10011000 1011111 11000 0 100110 101000 1100010 10111 110000

Color Harmonies of #74985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74985F

Black with #74985F

Text Example


Text Example

White with #74985F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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