#78965C

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

Shades of Highland #78965C

Tints of Highland #78965C

Color information

#78965C (or 0x78965C) is unknown color: approx Highland. HEX triplet: 78, 96 and 5C. RGB value is (120,150,92). Sum of RGB (Red+Green+Blue) = 120+150+92=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 150 - color contains mainly: green. Hex color #78965C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78965C is #8769A3. Grayscale: #868686. Windows color (decimal): -8874404 or 6067832. OLE color: 6067832.

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

Color convert

RGB12015092-
CMYK0.2000.390.41
HSL91.03º23.97%47.45%-
HSV(B)91.03º38.67%58.82%-
XYZ20.5826.5814.17-
YUV134.42104.06117.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.15%
GREEN value IS 150 (58.98% from 255) = 41.44%
BLUE value IS 92 (36.33% from 255) = 25.41%
R=33.15%
G=41.44%
B=25.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal120150920.2000.390.4191.0323.9747.45
Hex78965C14027295b182f
Octal17022613424047511333057
Binary1111000100101101011100101000100111101001101101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78965C; }

 p { color: rgb(120,150,92); }

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

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

 a { background-color: rgb(120,150,92); }

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

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

 span { border-color: rgb(120,150,92); }

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