Html Css Color HEX #769366 Highland

📋 copy color: '#769366'

red 118 ◦ green 147 ◦ blue 102

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

Shades of Highland #769366

Tints of Highland #769366

RGB

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

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

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

R = 32.15%
G = 40.05%
B = 27.79%

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

#769366 (or 0x769366) is known color: Highland. HEX triplet: 76, 93 and 66. RGB value is (118,147,102). Sum of RGB (Red+Green+Blue) = 118+147+102=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #769366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769366 is #896C99. Grayscale: #858585. Windows color (decimal): -9006234 or 6722422. OLE color: 6722422.

HSL color Cylindrical-coordinate representation of color #769366: hue angle of 98.67º 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 #769366 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 102 -
CMYK 0.20 0 0.31 0.42
HSL 98.67º 0.18% 0.49% -
HSV(B) 98.67º 0.31% 0.58% -
XYZ 20.3 25.68 16.46 -
YUV 133.2 110.39 117.16 -
System Red Green Blue C M Y K H S L
Decimal 118 147 102 0.20 0 0.31 0.42 98.67 0.18 0.49
Hex 76 93 66 14 0 1F 2A 63 12 31
Octal 166 223 146 24 0 37 52 143 22 61
Binary 1110110 10010011 1100110 10100 0 11111 101010 1100011 10010 110001

Color Harmonies of #769366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769366

Black with #769366

Text Example


Text Example

White with #769366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769366; }

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

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

background-color css

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

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

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

border-color css

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

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

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