Html Css Color HEX #769062 Highland

📋 copy color: '#769062'

red 118 ◦ green 144 ◦ blue 98

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

Shades of Highland #769062

Tints of Highland #769062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40%

 BLUE value IS 98 (38.67% from 255) = 27.22%

R = 32.78%
G = 40%
B = 27.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#769062 (or 0x769062) is known color: Highland. HEX triplet: 76, 90 and 62. RGB value is (118,144,98). Sum of RGB (Red+Green+Blue) = 118+144+98=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #769062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769062 is #896F9D. Grayscale: #838383. Windows color (decimal): -9007006 or 6459510. OLE color: 6459510.

HSL color Cylindrical-coordinate representation of color #769062: hue angle of 93.91º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #769062 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 98 -
CMYK 0.18 0 0.32 0.44
HSL 93.91º 0.19% 0.47% -
HSV(B) 93.91º 0.32% 0.56% -
XYZ 19.65 24.68 15.28 -
YUV 130.98 109.39 118.74 -
System Red Green Blue C M Y K H S L
Decimal 118 144 98 0.18 0 0.32 0.44 93.91 0.19 0.47
Hex 76 90 62 12 0 20 2C 5E 13 2F
Octal 166 220 142 22 0 40 54 136 23 57
Binary 1110110 10010000 1100010 10010 0 100000 101100 1011110 10011 101111

Color Harmonies of #769062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769062

Black with #769062

Text Example


Text Example

White with #769062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769062; }

 p { color: rgb(118,144,98); }

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

background-color css

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

 a { background-color: rgb(118,144,98); }

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

border-color css

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

 span { border-color: rgb(118,144,98); }

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