#73955C

Color #73955C Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #73955C

Tints of Highland #73955C

Color information

#73955C (or 0x73955C) is unknown color: approx Highland. HEX triplet: 73, 95 and 5C. RGB value is (115,149,92). Sum of RGB (Red+Green+Blue) = 115+149+92=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #73955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73955C is #8C6AA3. Grayscale: #848484. Windows color (decimal): -9202340 or 6067571. OLE color: 6067571.

HSL color Cylindrical-coordinate representation of color #73955C: hue angle of 95.79º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73955C is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB11514992-
CMYK0.2300.380.42
HSL95.79º23.65%47.25%-
HSV(B)95.79º38.26%58.43%-
XYZ19.7525.9114.09-
YUV132.34105.24115.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.30%
GREEN value IS 149 (58.59% from 255) = 41.85%
BLUE value IS 92 (36.33% from 255) = 25.84%
R=32.30%
G=41.85%
B=25.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115149920.2300.380.4295.7923.6547.25
Hex73955C170262A60182f
Octal16322513427046521403057
Binary1110011100101011011100101110100110101010110000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73955C; }

 p { color: rgb(115,149,92); }

 H1.HeaderClassName
 {
   color: #73955C;
 }
 .AnyTagClassName
 {
   color: #73955C;
 }
</style>
background-color css

<style>
 a { background-color: #73955C; }

 a { background-color: rgb(115,149,92); }

 div.DivClassName
 {
   background-color: #73955C;
 }
 .BgClassName
 {
   background-color: #73955C;
 }
</style>
border-color css

<style>
 span { border-color: #73955C; }

 span { border-color: rgb(115,149,92); }

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