Html Css Color HEX #738850 Highland

📋 copy color: '#738850'

red 115 ◦ green 136 ◦ blue 80

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

Shades of Highland #738850

Tints of Highland #738850

RGB

 RED value IS 115 (45.31% from 255) = 34.74%

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

 BLUE value IS 80 (31.64% from 255) = 24.17%

R = 34.74%
G = 41.09%
B = 24.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#738850 (or 0x738850) is known color: Highland. HEX triplet: 73, 88 and 50. RGB value is (115,136,80). Sum of RGB (Red+Green+Blue) = 115+136+80=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 136 - color contains mainly: green. Hex color #738850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738850 is #8C77AF. Grayscale: #7B7B7B. Windows color (decimal): -9205680 or 5277811. OLE color: 5277811.

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

Color convert

RGB 115 136 80 -
CMYK 0.15 0 0.41 0.47
HSL 82.5º 0.26% 0.42% -
HSV(B) 82.5º 0.41% 0.53% -
XYZ 17.32 21.83 10.89 -
YUV 123.34 103.54 122.05 -
System Red Green Blue C M Y K H S L
Decimal 115 136 80 0.15 0 0.41 0.47 82.5 0.26 0.42
Hex 73 88 50 F 0 29 2F 52 1A 2A
Octal 163 210 120 17 0 51 57 122 32 52
Binary 1110011 10001000 1010000 1111 0 101001 101111 1010010 11010 101010

Color Harmonies of #738850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738850

Black with #738850

Text Example


Text Example

White with #738850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738850; }

 p { color: rgb(115,136,80); }

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

background-color css

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

 a { background-color: rgb(115,136,80); }

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

border-color css

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

 span { border-color: rgb(115,136,80); }

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