Html Css Color HEX #749355 Highland

📋 copy color: '#749355'

red 116 ◦ green 147 ◦ blue 85

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

Shades of Highland #749355

Tints of Highland #749355

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

 BLUE value IS 85 (33.59% from 255) = 24.43%

R = 33.33%
G = 42.24%
B = 24.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#749355 (or 0x749355) is known color: Highland. HEX triplet: 74, 93 and 55. RGB value is (116,147,85). Sum of RGB (Red+Green+Blue) = 116+147+85=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #749355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749355 is #8B6CAA. Grayscale: #828282. Windows color (decimal): -9137323 or 5608308. OLE color: 5608308.

HSL color Cylindrical-coordinate representation of color #749355: hue angle of 90º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #749355 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 147 85 -
CMYK 0.21 0 0.42 0.42
HSL 90º 0.27% 0.45% -
HSV(B) 90º 0.42% 0.58% -
XYZ 19.28 25.24 12.45 -
YUV 130.66 102.23 117.54 -
System Red Green Blue C M Y K H S L
Decimal 116 147 85 0.21 0 0.42 0.42 90 0.27 0.45
Hex 74 93 55 15 0 2A 2A 5A 1B 2D
Octal 164 223 125 25 0 52 52 132 33 55
Binary 1110100 10010011 1010101 10101 0 101010 101010 1011010 11011 101101

Color Harmonies of #749355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749355

Black with #749355

Text Example


Text Example

White with #749355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749355; }

 p { color: rgb(116,147,85); }

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

background-color css

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

 a { background-color: rgb(116,147,85); }

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

border-color css

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

 span { border-color: rgb(116,147,85); }

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