Html Css Color HEX #748B4F Highland

📋 copy color: '#748B4F'

red 116 ◦ green 139 ◦ blue 79

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

Shades of Highland #748B4F

Tints of Highland #748B4F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.62%

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

R = 34.73%
G = 41.62%
B = 23.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#748B4F (or 0x748B4F) is known color: Highland. HEX triplet: 74, 8B and 4F. RGB value is (116,139,79). Sum of RGB (Red+Green+Blue) = 116+139+79=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #748B4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748B4F is #8B74B0. Grayscale: #7D7D7D. Windows color (decimal): -9139377 or 5213044. OLE color: 5213044.

HSL color Cylindrical-coordinate representation of color #748B4F: hue angle of 83º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #748B4F is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 139 79 -
CMYK 0.17 0 0.43 0.45
HSL 83º 0.28% 0.43% -
HSV(B) 83º 0.43% 0.55% -
XYZ 17.85 22.74 10.85 -
YUV 125.28 101.88 121.38 -
System Red Green Blue C M Y K H S L
Decimal 116 139 79 0.17 0 0.43 0.45 83 0.28 0.43
Hex 74 8B 4F 11 0 2B 2D 53 1C 2B
Octal 164 213 117 21 0 53 55 123 34 53
Binary 1110100 10001011 1001111 10001 0 101011 101101 1010011 11100 101011

Color Harmonies of #748B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B4F

Black with #748B4F

Text Example


Text Example

White with #748B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748B4F; }

 p { color: rgb(116,139,79); }

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

background-color css

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

 a { background-color: rgb(116,139,79); }

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

border-color css

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

 span { border-color: rgb(116,139,79); }

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