Html Css Color HEX #749764 Highland

📋 copy color: '#749764'

red 116 ◦ green 151 ◦ blue 100

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

Shades of Highland #749764

Tints of Highland #749764

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.14%

 BLUE value IS 100 (39.45% from 255) = 27.25%

R = 31.61%
G = 41.14%
B = 27.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#749764 (or 0x749764) is known color: Highland. HEX triplet: 74, 97 and 64. RGB value is (116,151,100). Sum of RGB (Red+Green+Blue) = 116+151+100=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #749764 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749764 is #8B689B. Grayscale: #868686. Windows color (decimal): -9136284 or 6592372. OLE color: 6592372.

HSL color Cylindrical-coordinate representation of color #749764: hue angle of 101.18º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #749764 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 151 100 -
CMYK 0.23 0 0.34 0.41
HSL 101.18º 0.2% 0.49% -
HSV(B) 101.18º 0.34% 0.59% -
XYZ 20.57 26.77 16.14 -
YUV 134.72 108.4 114.65 -
System Red Green Blue C M Y K H S L
Decimal 116 151 100 0.23 0 0.34 0.41 101.18 0.2 0.49
Hex 74 97 64 17 0 22 29 65 14 31
Octal 164 227 144 27 0 42 51 145 24 61
Binary 1110100 10010111 1100100 10111 0 100010 101001 1100101 10100 110001

Color Harmonies of #749764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749764

Black with #749764

Text Example


Text Example

White with #749764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749764; }

 p { color: rgb(116,151,100); }

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

background-color css

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

 a { background-color: rgb(116,151,100); }

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

border-color css

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

 span { border-color: rgb(116,151,100); }

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