Html Css Color HEX #769555 Highland

📋 copy color: '#769555'

red 118 ◦ green 149 ◦ blue 85

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

Shades of Highland #769555

Tints of Highland #769555

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.33%

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

R = 33.52%
G = 42.33%
B = 24.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#769555 (or 0x769555) is known color: Highland. HEX triplet: 76, 95 and 55. RGB value is (118,149,85). Sum of RGB (Red+Green+Blue) = 118+149+85=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #769555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769555 is #896AAA. Grayscale: #848484. Windows color (decimal): -9005739 or 5608822. OLE color: 5608822.

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

Color convert

RGB 118 149 85 -
CMYK 0.21 0 0.43 0.42
HSL 89.06º 0.27% 0.46% -
HSV(B) 89.06º 0.43% 0.58% -
XYZ 19.86 26 12.57 -
YUV 132.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 118 149 85 0.21 0 0.43 0.42 89.06 0.27 0.46
Hex 76 95 55 15 0 2B 2A 59 1B 2E
Octal 166 225 125 25 0 53 52 131 33 56
Binary 1110110 10010101 1010101 10101 0 101011 101010 1011001 11011 101110

Color Harmonies of #769555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769555

Black with #769555

Text Example


Text Example

White with #769555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769555; }

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

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

background-color css

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

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

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

border-color css

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

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

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