Html Css Color HEX #769260 Highland

📋 copy color: '#769260'

red 118 ◦ green 146 ◦ blue 96

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

Shades of Highland #769260

Tints of Highland #769260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

 BLUE value IS 96 (37.89% from 255) = 26.67%

R = 32.78%
G = 40.56%
B = 26.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#769260 (or 0x769260) is known color: Highland. HEX triplet: 76, 92 and 60. RGB value is (118,146,96). Sum of RGB (Red+Green+Blue) = 118+146+96=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #769260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769260 is #896D9F. Grayscale: #848484. Windows color (decimal): -9006496 or 6328950. OLE color: 6328950.

HSL color Cylindrical-coordinate representation of color #769260: hue angle of 93.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #769260 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 146 96 -
CMYK 0.19 0 0.34 0.43
HSL 93.6º 0.21% 0.47% -
HSV(B) 93.6º 0.34% 0.57% -
XYZ 19.86 25.25 14.89 -
YUV 131.93 107.72 118.07 -
System Red Green Blue C M Y K H S L
Decimal 118 146 96 0.19 0 0.34 0.43 93.6 0.21 0.47
Hex 76 92 60 13 0 22 2B 5E 15 2F
Octal 166 222 140 23 0 42 53 136 25 57
Binary 1110110 10010010 1100000 10011 0 100010 101011 1011110 10101 101111

Color Harmonies of #769260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769260

Black with #769260

Text Example


Text Example

White with #769260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769260; }

 p { color: rgb(118,146,96); }

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

background-color css

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

 a { background-color: rgb(118,146,96); }

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

border-color css

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

 span { border-color: rgb(118,146,96); }

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