Html Css Color HEX #75884F Highland

📋 copy color: '#75884F'

red 117 ◦ green 136 ◦ blue 79

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

Shades of Highland #75884F

Tints of Highland #75884F

RGB

 RED value IS 117 (46.09% from 255) = 35.24%

 GREEN value IS 136 (53.52% from 255) = 40.96%

 BLUE value IS 79 (31.25% from 255) = 23.8%

R = 35.24%
G = 40.96%
B = 23.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#75884F (or 0x75884F) is known color: Highland. HEX triplet: 75, 88 and 4F. RGB value is (117,136,79). Sum of RGB (Red+Green+Blue) = 117+136+79=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #75884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75884F is #8A77B0. Grayscale: #7C7C7C. Windows color (decimal): -9074609 or 5212277. OLE color: 5212277.

HSL color Cylindrical-coordinate representation of color #75884F: hue angle of 80º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75884F is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 136 79 -
CMYK 0.14 0 0.42 0.47
HSL 80º 0.27% 0.42% -
HSV(B) 80º 0.42% 0.53% -
XYZ 17.55 21.95 10.71 -
YUV 123.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 117 136 79 0.14 0 0.42 0.47 80 0.27 0.42
Hex 75 88 4F E 0 2A 2F 50 1B 2A
Octal 165 210 117 16 0 52 57 120 33 52
Binary 1110101 10001000 1001111 1110 0 101010 101111 1010000 11011 101010

Color Harmonies of #75884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75884F

Black with #75884F

Text Example


Text Example

White with #75884F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,136,79); }

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

background-color css

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

 a { background-color: rgb(117,136,79); }

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

border-color css

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

 span { border-color: rgb(117,136,79); }

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