Html Css Color HEX #74855A Highland

📋 copy color: '#74855A'

red 116 ◦ green 133 ◦ blue 90

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

Shades of Highland #74855A

Tints of Highland #74855A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.23%

 BLUE value IS 90 (35.55% from 255) = 26.55%

R = 34.22%
G = 39.23%
B = 26.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#74855A (or 0x74855A) is known color: Highland. HEX triplet: 74, 85 and 5A. RGB value is (116,133,90). Sum of RGB (Red+Green+Blue) = 116+133+90=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #74855A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74855A is #8B7AA5. Grayscale: #7B7B7B. Windows color (decimal): -9140902 or 5932404. OLE color: 5932404.

HSL color Cylindrical-coordinate representation of color #74855A: hue angle of 83.72º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74855A is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 133 90 -
CMYK 0.13 0 0.32 0.48
HSL 83.72º 0.19% 0.44% -
HSV(B) 83.72º 0.32% 0.52% -
XYZ 17.44 21.23 12.85 -
YUV 123.02 109.37 123 -
System Red Green Blue C M Y K H S L
Decimal 116 133 90 0.13 0 0.32 0.48 83.72 0.19 0.44
Hex 74 85 5A D 0 20 30 54 13 2C
Octal 164 205 132 15 0 40 60 124 23 54
Binary 1110100 10000101 1011010 1101 0 100000 110000 1010100 10011 101100

Color Harmonies of #74855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74855A

Black with #74855A

Text Example


Text Example

White with #74855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74855A; }

 p { color: rgb(116,133,90); }

 H1.HeaderClassName
 {
   color: #74855A;
 }
 .AnyTagClassName
 {
   color: #74855A;
 }
</style>

background-color css

<style>
 a { background-color: #74855A; }

 a { background-color: rgb(116,133,90); }

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

border-color css

<style>
 span { border-color: #74855A; }

 span { border-color: rgb(116,133,90); }

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