Html Css Color HEX #748751 Highland

📋 copy color: '#748751'

red 116 ◦ green 135 ◦ blue 81

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

Shades of Highland #748751

Tints of Highland #748751

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.66%

 BLUE value IS 81 (32.03% from 255) = 24.4%

R = 34.94%
G = 40.66%
B = 24.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#748751 (or 0x748751) is known color: Highland. HEX triplet: 74, 87 and 51. RGB value is (116,135,81). Sum of RGB (Red+Green+Blue) = 116+135+81=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #748751 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748751 is #8B78AE. Grayscale: #7B7B7B. Windows color (decimal): -9140399 or 5343092. OLE color: 5343092.

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

Color convert

RGB 116 135 81 -
CMYK 0.14 0 0.40 0.47
HSL 81.11º 0.25% 0.42% -
HSV(B) 81.11º 0.4% 0.53% -
XYZ 17.35 21.64 11.05 -
YUV 123.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 116 135 81 0.14 0 0.40 0.47 81.11 0.25 0.42
Hex 74 87 51 E 0 28 2F 51 19 2A
Octal 164 207 121 16 0 50 57 121 31 52
Binary 1110100 10000111 1010001 1110 0 101000 101111 1010001 11001 101010

Color Harmonies of #748751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748751

Black with #748751

Text Example


Text Example

White with #748751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748751; }

 p { color: rgb(116,135,81); }

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

background-color css

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

 a { background-color: rgb(116,135,81); }

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

border-color css

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

 span { border-color: rgb(116,135,81); }

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