Html Css Color HEX #769963 Highland

📋 copy color: '#769963'

red 118 ◦ green 153 ◦ blue 99

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

Shades of Highland #769963

Tints of Highland #769963

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.35%

 BLUE value IS 99 (39.06% from 255) = 26.76%

R = 31.89%
G = 41.35%
B = 26.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#769963 (or 0x769963) is known color: Highland. HEX triplet: 76, 99 and 63. RGB value is (118,153,99). Sum of RGB (Red+Green+Blue) = 118+153+99=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #769963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769963 is #89669C. Grayscale: #888888. Windows color (decimal): -9004701 or 6527350. OLE color: 6527350.

HSL color Cylindrical-coordinate representation of color #769963: hue angle of 98.89º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #769963 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 153 99 -
CMYK 0.23 0 0.35 0.4
HSL 98.89º 0.21% 0.49% -
HSV(B) 98.89º 0.35% 0.6% -
XYZ 21.11 27.53 16.01 -
YUV 136.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 118 153 99 0.23 0 0.35 0.4 98.89 0.21 0.49
Hex 76 99 63 17 0 23 28 63 15 31
Octal 166 231 143 27 0 43 50 143 25 61
Binary 1110110 10011001 1100011 10111 0 100011 101000 1100011 10101 110001

Color Harmonies of #769963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769963

Black with #769963

Text Example


Text Example

White with #769963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769963; }

 p { color: rgb(118,153,99); }

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

background-color css

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

 a { background-color: rgb(118,153,99); }

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

border-color css

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

 span { border-color: rgb(118,153,99); }

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