Html Css Color HEX #769355 Highland

📋 copy color: '#769355'

red 118 ◦ green 147 ◦ blue 85

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

Shades of Highland #769355

Tints of Highland #769355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.29%

R = 33.71%
G = 42%
B = 24.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#769355 (or 0x769355) is known color: Highland. HEX triplet: 76, 93 and 55. RGB value is (118,147,85). Sum of RGB (Red+Green+Blue) = 118+147+85=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #769355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769355 is #896CAA. Grayscale: #838383. Windows color (decimal): -9006251 or 5608310. OLE color: 5608310.

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

Color convert

RGB 118 147 85 -
CMYK 0.20 0 0.42 0.42
HSL 88.06º 0.27% 0.45% -
HSV(B) 88.06º 0.42% 0.58% -
XYZ 19.54 25.37 12.46 -
YUV 131.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 118 147 85 0.20 0 0.42 0.42 88.06 0.27 0.45
Hex 76 93 55 14 0 2A 2A 58 1B 2D
Octal 166 223 125 24 0 52 52 130 33 55
Binary 1110110 10010011 1010101 10100 0 101010 101010 1011000 11011 101101

Color Harmonies of #769355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769355

Black with #769355

Text Example


Text Example

White with #769355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769355; }

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

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

background-color css

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

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

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

border-color css

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

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

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