Html Css Color HEX #769357 Highland

📋 copy color: '#769357'

red 118 ◦ green 147 ◦ blue 87

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

Shades of Highland #769357

Tints of Highland #769357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.72%

R = 33.52%
G = 41.76%
B = 24.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#769357 (or 0x769357) is known color: Highland. HEX triplet: 76, 93 and 57. RGB value is (118,147,87). Sum of RGB (Red+Green+Blue) = 118+147+87=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #769357 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769357 is #896CA8. Grayscale: #838383. Windows color (decimal): -9006249 or 5739382. OLE color: 5739382.

HSL color Cylindrical-coordinate representation of color #769357: hue angle of 89º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #769357 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 87 -
CMYK 0.20 0 0.41 0.42
HSL 89º 0.26% 0.46% -
HSV(B) 89º 0.41% 0.58% -
XYZ 19.63 25.41 12.89 -
YUV 131.49 102.89 118.38 -
System Red Green Blue C M Y K H S L
Decimal 118 147 87 0.20 0 0.41 0.42 89 0.26 0.46
Hex 76 93 57 14 0 29 2A 59 1A 2E
Octal 166 223 127 24 0 51 52 131 32 56
Binary 1110110 10010011 1010111 10100 0 101001 101010 1011001 11010 101110

Color Harmonies of #769357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769357

Black with #769357

Text Example


Text Example

White with #769357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769357; }

 p { color: rgb(118,147,87); }

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

background-color css

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

 a { background-color: rgb(118,147,87); }

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

border-color css

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

 span { border-color: rgb(118,147,87); }

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