Html Css Color HEX #768C58 Highland

📋 copy color: '#768C58'

red 118 ◦ green 140 ◦ blue 88

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

Shades of Highland #768C58

Tints of Highland #768C58

RGB

 RED value IS 118 (46.48% from 255) = 34.1%

 GREEN value IS 140 (55.08% from 255) = 40.46%

 BLUE value IS 88 (34.77% from 255) = 25.43%

R = 34.1%
G = 40.46%
B = 25.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#768C58 (or 0x768C58) is known color: Highland. HEX triplet: 76, 8C and 58. RGB value is (118,140,88). Sum of RGB (Red+Green+Blue) = 118+140+88=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 140 - color contains mainly: green. Hex color #768C58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768C58 is #8973A7. Grayscale: #7F7F7F. Windows color (decimal): -9008040 or 5803126. OLE color: 5803126.

HSL color Cylindrical-coordinate representation of color #768C58: hue angle of 85.38º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #768C58 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 140 88 -
CMYK 0.16 0 0.37 0.45
HSL 85.38º 0.23% 0.45% -
HSV(B) 85.38º 0.37% 0.55% -
XYZ 18.61 23.31 12.75 -
YUV 127.49 105.71 121.23 -
System Red Green Blue C M Y K H S L
Decimal 118 140 88 0.16 0 0.37 0.45 85.38 0.23 0.45
Hex 76 8C 58 10 0 25 2D 55 17 2D
Octal 166 214 130 20 0 45 55 125 27 55
Binary 1110110 10001100 1011000 10000 0 100101 101101 1010101 10111 101101

Color Harmonies of #768C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768C58

Black with #768C58

Text Example


Text Example

White with #768C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768C58; }

 p { color: rgb(118,140,88); }

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

background-color css

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

 a { background-color: rgb(118,140,88); }

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

border-color css

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

 span { border-color: rgb(118,140,88); }

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