Html Css Color HEX #769458 Highland

📋 copy color: '#769458'

red 118 ◦ green 148 ◦ blue 88

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

Shades of Highland #769458

Tints of Highland #769458

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.81%

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

R = 33.33%
G = 41.81%
B = 24.86%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#769458 (or 0x769458) is known color: Highland. HEX triplet: 76, 94 and 58. RGB value is (118,148,88). Sum of RGB (Red+Green+Blue) = 118+148+88=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #769458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769458 is #896BA7. Grayscale: #848484. Windows color (decimal): -9005992 or 5805174. OLE color: 5805174.

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

Color convert

RGB 118 148 88 -
CMYK 0.20 0 0.41 0.42
HSL 90º 0.25% 0.46% -
HSV(B) 90º 0.41% 0.58% -
XYZ 19.82 25.74 13.16 -
YUV 132.19 103.06 117.88 -
System Red Green Blue C M Y K H S L
Decimal 118 148 88 0.20 0 0.41 0.42 90 0.25 0.46
Hex 76 94 58 14 0 29 2A 5A 19 2E
Octal 166 224 130 24 0 51 52 132 31 56
Binary 1110110 10010100 1011000 10100 0 101001 101010 1011010 11001 101110

Color Harmonies of #769458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769458

Black with #769458

Text Example


Text Example

White with #769458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769458; }

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

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

background-color css

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

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

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

border-color css

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

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

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