#769058

Color #769058 Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #769058

Tints of Highland #769058

Color information

#769058 (or 0x769058) is unknown color: approx Highland. HEX triplet: 76, 90 and 58. RGB value is (118,144,88). Sum of RGB (Red+Green+Blue) = 118+144+88=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #769058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769058 is #896FA7. Grayscale: #828282. Windows color (decimal): -9007016 or 5804150. OLE color: 5804150.

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

Color convert

RGB11814488-
CMYK0.1800.390.44
HSL87.86º24.14%45.49%-
HSV(B)87.86º38.89%56.47%-
XYZ19.2124.512.95-
YUV129.84104.39119.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.71%
GREEN value IS 144 (56.64% from 255) = 41.14%
BLUE value IS 88 (34.77% from 255) = 25.14%
R=33.71%
G=41.14%
B=25.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118144880.1800.390.4487.8624.1445.49
Hex769058120272C58182d
Octal16622013022047541303055
Binary1110110100100001011000100100100111101100101100011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769058; }

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

 H1.HeaderClassName
 {
   color: #769058;
 }
 .AnyTagClassName
 {
   color: #769058;
 }
</style>
background-color css

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

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

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

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

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

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