#608767

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

Shades of Laurel #608767

Tints of Laurel #608767

Color information

#608767 (or 0x608767) is unknown color: approx Laurel. HEX triplet: 60, 87 and 67. RGB value is (96,135,103). Sum of RGB (Red+Green+Blue) = 96+135+103=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 135 - color contains mainly: green. Hex color #608767 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608767 is #9F7898. Grayscale: #777777. Windows color (decimal): -10451097 or 6784864. OLE color: 6784864.

HSL color Cylindrical-coordinate representation of color #608767: hue angle of 130.77º 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 #608767 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB96135103-
CMYK0.2900.240.47
HSL130.77º16.88%45.29%-
HSV(B)130.77º28.89%52.94%-
XYZ15.9420.7916.01-
YUV119.69118.58111.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.74%
GREEN value IS 135 (53.12% from 255) = 40.42%
BLUE value IS 103 (40.62% from 255) = 30.84%
R=28.74%
G=40.42%
B=30.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961351030.2900.240.47130.7716.8845.29
Hex6087671D0182F83112d
Octal14020714735030572032155
Binary1100000100001111100111111010110001011111000001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608767; }

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

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

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

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

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

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

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

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