Html Css Color HEX #769358 Highland

📋 copy color: '#769358'

red 118 ◦ green 147 ◦ blue 88

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

Shades of Highland #769358

Tints of Highland #769358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.93%

R = 33.43%
G = 41.64%
B = 24.93%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#769358 (or 0x769358) is known color: Highland. HEX triplet: 76, 93 and 58. RGB value is (118,147,88). Sum of RGB (Red+Green+Blue) = 118+147+88=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #769358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769358 is #896CA7. Grayscale: #838383. Windows color (decimal): -9006248 or 5804918. OLE color: 5804918.

HSL color Cylindrical-coordinate representation of color #769358: hue angle of 89.49º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #769358 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 147 88 -
CMYK 0.20 0 0.40 0.42
HSL 89.49º 0.25% 0.46% -
HSV(B) 89.49º 0.4% 0.58% -
XYZ 19.67 25.42 13.1 -
YUV 131.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 118 147 88 0.20 0 0.40 0.42 89.49 0.25 0.46
Hex 76 93 58 14 0 28 2A 59 19 2E
Octal 166 223 130 24 0 50 52 131 31 56
Binary 1110110 10010011 1011000 10100 0 101000 101010 1011001 11001 101110

Color Harmonies of #769358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769358

Black with #769358

Text Example


Text Example

White with #769358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769358; }

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

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

background-color css

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

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

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

border-color css

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

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

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