Html Css Color HEX #74965F Highland

📋 copy color: '#74965F'

red 116 ◦ green 150 ◦ blue 95

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

Shades of Highland #74965F

Tints of Highland #74965F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.55%

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

R = 32.13%
G = 41.55%
B = 26.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#74965F (or 0x74965F) is known color: Highland. HEX triplet: 74, 96 and 5F. RGB value is (116,150,95). Sum of RGB (Red+Green+Blue) = 116+150+95=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 150 - color contains mainly: green. Hex color #74965F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74965F is #8B69A0. Grayscale: #858585. Windows color (decimal): -9136545 or 6264436. OLE color: 6264436.

HSL color Cylindrical-coordinate representation of color #74965F: hue angle of 97.09º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74965F is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 150 95 -
CMYK 0.23 0 0.37 0.41
HSL 97.09º 0.22% 0.48% -
HSV(B) 97.09º 0.37% 0.59% -
XYZ 20.17 26.35 14.85 -
YUV 133.56 106.24 115.47 -
System Red Green Blue C M Y K H S L
Decimal 116 150 95 0.23 0 0.37 0.41 97.09 0.22 0.48
Hex 74 96 5F 17 0 25 29 61 16 30
Octal 164 226 137 27 0 45 51 141 26 60
Binary 1110100 10010110 1011111 10111 0 100101 101001 1100001 10110 110000

Color Harmonies of #74965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74965F

Black with #74965F

Text Example


Text Example

White with #74965F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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