Html Css Color HEX #769863 Highland

📋 copy color: '#769863'

red 118 ◦ green 152 ◦ blue 99

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

Shades of Highland #769863

Tints of Highland #769863

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.19%

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

R = 31.98%
G = 41.19%
B = 26.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#769863 (or 0x769863) is known color: Highland. HEX triplet: 76, 98 and 63. RGB value is (118,152,99). Sum of RGB (Red+Green+Blue) = 118+152+99=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #769863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769863 is #89679C. Grayscale: #878787. Windows color (decimal): -9004957 or 6527094. OLE color: 6527094.

HSL color Cylindrical-coordinate representation of color #769863: hue angle of 98.49º 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 #769863 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 152 99 -
CMYK 0.22 0 0.35 0.40
HSL 98.49º 0.21% 0.49% -
HSV(B) 98.49º 0.35% 0.6% -
XYZ 20.95 27.21 15.95 -
YUV 135.79 107.24 115.31 -
System Red Green Blue C M Y K H S L
Decimal 118 152 99 0.22 0 0.35 0.40 98.49 0.21 0.49
Hex 76 98 63 16 0 23 28 62 15 31
Octal 166 230 143 26 0 43 50 142 25 61
Binary 1110110 10011000 1100011 10110 0 100011 101000 1100010 10101 110001

Color Harmonies of #769863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769863

Black with #769863

Text Example


Text Example

White with #769863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769863; }

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

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

background-color css

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

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

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

border-color css

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

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

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