Html Css Color HEX #74865A Highland

📋 copy color: '#74865A'

red 116 ◦ green 134 ◦ blue 90

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

Shades of Highland #74865A

Tints of Highland #74865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.41%

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

R = 34.12%
G = 39.41%
B = 26.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#74865A (or 0x74865A) is known color: Highland. HEX triplet: 74, 86 and 5A. RGB value is (116,134,90). Sum of RGB (Red+Green+Blue) = 116+134+90=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #74865A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74865A is #8B79A5. Grayscale: #7B7B7B. Windows color (decimal): -9140646 or 5932660. OLE color: 5932660.

HSL color Cylindrical-coordinate representation of color #74865A: hue angle of 84.55º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74865A is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 134 90 -
CMYK 0.13 0 0.33 0.47
HSL 84.55º 0.2% 0.44% -
HSV(B) 84.55º 0.33% 0.53% -
XYZ 17.57 21.5 12.9 -
YUV 123.6 109.04 122.58 -
System Red Green Blue C M Y K H S L
Decimal 116 134 90 0.13 0 0.33 0.47 84.55 0.2 0.44
Hex 74 86 5A D 0 21 2F 55 14 2C
Octal 164 206 132 15 0 41 57 125 24 54
Binary 1110100 10000110 1011010 1101 0 100001 101111 1010101 10100 101100

Color Harmonies of #74865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74865A

Black with #74865A

Text Example


Text Example

White with #74865A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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