#608765

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

Shades of Laurel #608765

Tints of Laurel #608765

Color information

#608765 (or 0x608765) is unknown color: approx Laurel. HEX triplet: 60, 87 and 65. RGB value is (96,135,101). Sum of RGB (Red+Green+Blue) = 96+135+101=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #608765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608765 is #9F789A. Grayscale: #777777. Windows color (decimal): -10451099 or 6653792. OLE color: 6653792.

HSL color Cylindrical-coordinate representation of color #608765: hue angle of 127.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #608765 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB96135101-
CMYK0.2900.250.47
HSL127.69º16.88%45.29%-
HSV(B)127.69º28.89%52.94%-
XYZ15.8420.7515.48-
YUV119.46117.58111.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 135 (53.12% from 255) = 40.66%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=28.92%
G=40.66%
B=30.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961351010.2900.250.47127.6916.8845.29
Hex6087651D0192F80112d
Octal14020714535031572002155
Binary1100000100001111100101111010110011011111000000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608765; }

 p { color: rgb(96,135,101); }

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

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

 a { background-color: rgb(96,135,101); }

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

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

 span { border-color: rgb(96,135,101); }

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