#608665

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

Shades of Laurel #608665

Tints of Laurel #608665

Color information

#608665 (or 0x608665) is unknown color: approx Laurel. HEX triplet: 60, 86 and 65. RGB value is (96,134,101). Sum of RGB (Red+Green+Blue) = 96+134+101=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #608665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608665 is #9F799A. Grayscale: #767676. Windows color (decimal): -10451355 or 6653536. OLE color: 6653536.

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

Color convert

RGB96134101-
CMYK0.2800.250.47
HSL127.89º16.52%45.1%-
HSV(B)127.89º28.36%52.55%-
XYZ15.720.4815.44-
YUV118.88117.91111.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 134 (52.73% from 255) = 40.48%
BLUE value IS 101 (39.84% from 255) = 30.51%
R=29.00%
G=40.48%
B=30.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961341010.2800.250.47127.8916.5245.1
Hex6086651C0192F80112d
Octal14020614534031572002155
Binary1100000100001101100101111000110011011111000000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608665; }

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

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

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

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

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

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

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

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