#769658

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

Shades of Highland #769658

Tints of Highland #769658

Color information

#769658 (or 0x769658) is unknown color: approx Highland. HEX triplet: 76, 96 and 58. RGB value is (118,150,88). Sum of RGB (Red+Green+Blue) = 118+150+88=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #769658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769658 is #8969A7. Grayscale: #858585. Windows color (decimal): -9005480 or 5805686. OLE color: 5805686.

HSL color Cylindrical-coordinate representation of color #769658: hue angle of 90.97º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #769658 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB11815088-
CMYK0.2100.410.41
HSL90.97º26.05%46.67%-
HSV(B)90.97º41.33%58.82%-
XYZ20.1426.3713.26-
YUV133.36102.4117.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.15%
GREEN value IS 150 (58.98% from 255) = 42.13%
BLUE value IS 88 (34.77% from 255) = 24.72%
R=33.15%
G=42.13%
B=24.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118150880.2100.410.4190.9726.0546.67
Hex76965815029295b1a2f
Octal16622613025051511333257
Binary1110110100101101011000101010101001101001101101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769658; }

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

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

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

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

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

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

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

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