Html Css Color HEX #769466 Highland

📋 copy color: '#769466'

red 118 ◦ green 148 ◦ blue 102

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

Shades of Highland #769466

Tints of Highland #769466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.22%

 BLUE value IS 102 (40.23% from 255) = 27.72%

R = 32.07%
G = 40.22%
B = 27.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#769466 (or 0x769466) is known color: Highland. HEX triplet: 76, 94 and 66. RGB value is (118,148,102). Sum of RGB (Red+Green+Blue) = 118+148+102=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #769466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769466 is #896B99. Grayscale: #858585. Windows color (decimal): -9005978 or 6722678. OLE color: 6722678.

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

Color convert

RGB 118 148 102 -
CMYK 0.20 0 0.31 0.42
HSL 99.13º 0.18% 0.49% -
HSV(B) 99.13º 0.31% 0.58% -
XYZ 20.46 25.99 16.51 -
YUV 133.79 110.06 116.74 -
System Red Green Blue C M Y K H S L
Decimal 118 148 102 0.20 0 0.31 0.42 99.13 0.18 0.49
Hex 76 94 66 14 0 1F 2A 63 12 31
Octal 166 224 146 24 0 37 52 143 22 61
Binary 1110110 10010100 1100110 10100 0 11111 101010 1100011 10010 110001

Color Harmonies of #769466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769466

Black with #769466

Text Example


Text Example

White with #769466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769466; }

 p { color: rgb(118,148,102); }

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

background-color css

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

 a { background-color: rgb(118,148,102); }

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

border-color css

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

 span { border-color: rgb(118,148,102); }

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